23 lines
463 B
YAML
23 lines
463 B
YAML
|
id: wordpress-directory-listing
|
||
|
|
||
|
info:
|
||
|
name: Wordpress directory listing
|
||
|
author: Manas_Harsh
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/wp-content/uploads/"
|
||
|
- "{{BaseURL}}/wp-content/themes/"
|
||
|
- "{{BaseURL}}/wp-content/plugins/"
|
||
|
- "{{BaseURL}}/wp-includes/"
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: word
|
||
|
words:
|
||
|
- Index of /
|