34 lines
794 B
YAML
34 lines
794 B
YAML
id: wordpress-readme-file
|
|
|
|
info:
|
|
name: WordPress Readme File
|
|
author: tess
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
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
|
|
|
|
# digest: 4a0a004730450220328c4b318bda19156f250bdd524d1b1eca1a8a01883b96b279e5abfa7c0263cd022100c8bededb1aed4aaaa65088b3dfece4013b97184fe747c6810e7e15897f01061a:922c64590222798bb761d5b6d8e72950
|