Merge pull request #3170 from pussycat0x/master

new templates
patch-1
Sandeep Singh 2021-11-21 14:44:52 +05:30 committed by GitHub
commit 6eea2f5ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: ems-webclient-detect
info:
name: EMS Web Client
author: pussycat0x
severity: info
metadata:
google-dork: inurl:EMSWebClient/
tags: tech,ems
requests:
- method: GET
path:
- "{{BaseURL}}/emswebclient/Login.aspx"
- "{{BaseURL}}/Login.aspx"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "EMS Web Client - Login"
- type: status
status:
- 200

View File

@ -0,0 +1,30 @@
id: wp-mail-smtp-listing
info:
name: Wordpress wp-mail-smtp plugin listing
author: pussycat0x
severity: low
description: Searches for sensitive directories present in the wordpress-plugins plugin.
metadata:
google-dork: intitle:"index of" "wp-mail-smtp"
tags: wordpress,listing,wp-plugin
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wp-mail-smtp/"
- "{{BaseURL}}/wp-content/plugins/wp-mail-smtp-pro/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/wp-mail-smtp"
condition: and
- type: status
status:
- 200

View File

@ -0,0 +1,27 @@
id: wp-mstore-plugin-listing
info:
name: Wordpress Plugin MStore API
author: pussycat0x
severity: low
description: Searches for sensitive directories present in the wordpress-plugins plugin.
metadata:
google-dork: inurl:/wp-content/plugins/mstore-api/
tags: wordpress,listing,wp-plugin
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/mstore-api/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/mstore-api"
condition: and
- type: status
status:
- 200