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

36 lines
658 B
YAML
Raw Normal View History

2022-09-30 21:54:58 +00:00
id: wordpress-readme-file
info:
name: WordPress Readme file detection
author: tess
severity: info
description: |
WordPress readme.html file is accessible.
metadata:
verified: true
tags: wordpress,wp,info
requests:
- method: GET
path:
- "{{BaseURL}}/wp/readme.html"
- "{{BaseURL}}/readme.html"
- "{{BaseURL}}/blog/wp/readme.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="license.txt">license.txt</a>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200