nuclei-templates/exposures/files/wordpress-readme-file.yaml

30 lines
583 B
YAML
Raw Normal View History

2022-09-30 21:54:58 +00:00
id: wordpress-readme-file
info:
2022-10-07 08:24:28 +00:00
name: WordPress Readme File
2022-09-30 21:54:58 +00:00
author: tess
severity: info
metadata:
verified: true
2022-10-07 13:39:37 +00:00
shodan-query: http.component:"wordpress"
2022-10-07 13:40:20 +00:00
tags: exposure,wordpress,wp,readme,files
2022-09-30 21:54:58 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/readme.html"
2022-10-04 07:01:21 +00:00
- "{{BaseURL}}/wp/readme.html"
2022-09-30 21:54:58 +00:00
- "{{BaseURL}}/blog/wp/readme.html"
2022-10-04 07:01:21 +00:00
stop-at-first-match: true
2022-09-30 21:54:58 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-10-04 07:01:21 +00:00
- 'WordPress › ReadMe'
2022-09-30 21:54:58 +00:00
- type: status
status:
- 200