Merge branch 'master' of https://github.com/pussycat0x/nuclei-templates into pr/2037
commit
97aa239d52
|
@ -23,5 +23,6 @@ requests:
|
|||
condition: and
|
||||
|
||||
- type: status
|
||||
|
||||
status:
|
||||
- 200
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue