2020-06-30 11:36:10 +00:00
|
|
|
id: wordpress-directory-listing
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Wordpress directory listing
|
|
|
|
author: Manas_Harsh
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2021-02-05 09:23:55 +00:00
|
|
|
tags: wordpress
|
2020-06-30 11:36:10 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/uploads/"
|
2020-08-30 15:03:04 +00:00
|
|
|
- "{{BaseURL}}/wp-content/themes/"
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/"
|
|
|
|
- "{{BaseURL}}/wp-includes/"
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-06-30 11:36:10 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-06-30 11:36:10 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-07-23 18:36:13 +00:00
|
|
|
- "Index of /"
|