commit
6eea2f5ec3
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue