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
|