2022-04-24 10:22:43 +00:00
|
|
|
id: readme-md
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: README.md file disclosure
|
|
|
|
author: ambassify
|
|
|
|
severity: info
|
|
|
|
description: Internal documentation file often used in projects which can contain sensitive information.
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-04-24 10:22:43 +00:00
|
|
|
shodan-query: html:"README.MD"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: exposure,markdown,files
|
2022-04-24 10:22:43 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-04-24 10:22:43 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/README.md"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "#"
|
|
|
|
- "##"
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/markdown"
|
|
|
|
- "text/plain"
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402206b76417eb6df0d92f2be2e0e45dfd39f0a1cdf5b87d9f6ec37e7ea4d1def1d4102206cdfd8906eea83131ea20f8a5b02454daff67c9a37435fce8a389ef6d93ac0c8:922c64590222798bb761d5b6d8e72950
|