Add files via upload
parent
5b154f6b93
commit
6c2c496bac
|
@ -0,0 +1,20 @@
|
|||
id: wordpress-plugins-dzs-zoomsounds
|
||||
info:
|
||||
name: WordPress Plugin dzs zoomsounds
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
description: Searches for sensitive directories present in the wordpress-plugins plugin.
|
||||
tags: wordpress,listing
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/dzs-zoomsounds/"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Index of"
|
||||
- "/wp-content/plugins/dzs-zoomsounds/"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,20 @@
|
|||
id: wordpress-plugins-qards
|
||||
info:
|
||||
name: WordPress Plugin Qards
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
description: Searches for sensitive directories present in the wordpress-plugins plugin.
|
||||
tags: wordpress,listing
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/qards/"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Index of"
|
||||
- "/wp-content/plugins/qards/"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue