Merge pull request #5525 from tess-ss/patch-16

Create wordpress-readme-file.yaml
patch-1
Prince Chaddha 2022-10-07 20:57:00 +05:30 committed by GitHub
commit 8f76c16a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: wordpress-readme-file
info:
name: WordPress Readme File
author: tess
severity: info
metadata:
verified: true
shodan-query: http.component:"wordpress"
tags: exposure,wordpress,wp,readme,files
requests:
- 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