patch-1
sandeep 2021-07-24 00:00:55 +05:30
commit 97aa239d52
4 changed files with 13 additions and 3 deletions

View File

@ -23,5 +23,6 @@ requests:
condition: and
- type: status
status:
- 200

View File

@ -6,7 +6,9 @@ info:
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: https://www.exploit-db.com/ghdb/6428
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/email-subscribers"
@ -19,5 +21,6 @@ requests:
condition: and
- type: status
status:
- 200
- 200

View File

@ -6,11 +6,15 @@ info:
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: https://www.exploit-db.com/ghdb/6416
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/idx-broker-platinum/"
matchers-condition: and
matchers:
- type: word
words:
@ -20,4 +24,4 @@ requests:
- type: status
status:
- 200
- 200

View File

@ -6,10 +6,12 @@ info:
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: https://www.exploit-db.com/ghdb/6427
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/iwp-client/"
matchers-condition: and
matchers:
- type: word
@ -20,4 +22,4 @@ requests:
- type: status
status:
- 200
- 200