Merge pull request #1179 from projectdiscovery/tech-detect

more tech detection templates
patch-1
PD-Team 2021-03-31 05:17:49 +05:30 committed by GitHub
commit ee48600f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 133 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: bolt-cms-detect
info:
name: bolt CMS detect
author: cyllective
severity: info
description: Detects bolt CMS
tags: tech,bolt,cms
references:
- https://github.com/bolt/bolt
requests:
- method: GET
path:
- "{{BaseURL}}/bolt/login"
matchers:
- type: word
part: body
condition: or
words:
- '<form action="/bolt/login"'
- '<img class="logo" alt="Bolt CMS logo"'
- '<img src="/app/view/img/bolt-logo.png"'
- '<link rel="shortcut icon" href="/app/view/img/favicon-bolt.ico">'
- '<link rel="stylesheet" href="/app/view/css/bolt-old-ie.css"'
- '<link rel="stylesheet" href="/app/view/css/bolt.css"'
- '<script src="/app/view/js/bolt.js"></script>'
- '<script src="/app/view/js/bolt.min.js"'
- '<script src="/assets/bolt.js"></script>'
- 'Bolt requires JavaScript to function properly and continuing without it might corrupt or erase data.'
- 'Bolt » Login'
- 'Cookies are required to log on to Bolt. Please allow cookies.'

View File

@ -0,0 +1,30 @@
id: moinmoin-detect
info:
name: MoinMoin wiki detect
author: cyllective
severity: info
description: Detects MoinMoin Wiki
tags: tech,moin,moinmoin,wiki
references:
- https://github.com/moinwiki/moin-1.9
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
condition: or
words:
- '<a href="http://moinmo.in/" title="This site uses the MoinMoin Wiki software.">MoinMoin Powered</a>'
- '<a href="http://moinmo.in/Python" title="MoinMoin is written in Python.">Python Powered</a>'
extractors:
- type: regex
part: body
group: 1
regex:
- '\/moin_static(\w+)\/'

View File

@ -0,0 +1,21 @@
id: opencast-detect
info:
name: Opencast detect
author: cyllective
severity: info
description: Detects Opencast
tags: tech,opencast
references:
- https://github.com/opencast/opencast
requests:
- method: GET
path:
- "{{BaseURL}}/admin-ng/login.html"
matchers:
- type: word
part: body
words:
- '<title>Opencast</title>'

View File

@ -0,0 +1,27 @@
id: shopware-detect
info:
name: Shopware CMS detect
author: cyllective
severity: info
description: Detects Shopware CMS
tags: tech,shopware,cms
references:
- https://github.com/shopware/shopware
- https://github.com/shopware/platform
requests:
- method: GET
path:
- "{{BaseURL}}/admin"
- "{{BaseURL}}/backend"
matchers:
- type: word
part: body
condition: or
words:
- 'Realisiert mit Shopware'
- 'Realised with Shopware'
- 'Shopware Administration (c) shopware AG'
- '<title>Shopware 5 - Backend (c) shopware AG</title>'

View File

@ -0,0 +1,22 @@
id: strapi-cms-detect
info:
name: strapi CMS detect
author: cyllective
severity: info
description: Detects strapi CMS
tags: tech,strapi,cms
references:
- https://github.com/strapi/strapi
requests:
- method: GET
path:
- "{{BaseURL}}/admin/auth/login"
matchers:
- type: word
part: body
condition: or
words:
- '<title>Strapi Admin</title>'