19 lines
342 B
YAML
19 lines
342 B
YAML
|
id: wordpress-directory-listing
|
||
|
|
||
|
info:
|
||
|
name: Wordpress directory listing
|
||
|
author: Manas_Harsh
|
||
|
severity: informative
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/wp-content/uploads/"
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: word
|
||
|
words:
|
||
|
- Index of /wp-content/uploads
|