31 lines
598 B
YAML
31 lines
598 B
YAML
id: wordpress-readme-file
|
|
|
|
info:
|
|
name: WordPress Readme File
|
|
author: tess
|
|
severity: info
|
|
metadata:
|
|
max-request: 3
|
|
verified: true
|
|
shodan-query: http.component:"wordpress"
|
|
tags: exposure,wordpress,wp,readme,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/readme.html"
|
|
- "{{BaseURL}}/wp/readme.html"
|
|
- "{{BaseURL}}/blog/wp/readme.html"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'WordPress › ReadMe'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|