nuclei-templates/exposures/configs/dockerfile-hidden-disclosur...

31 lines
696 B
YAML
Raw Normal View History

id: dockerfile-hidden-disclosure
info:
name: Dockerfile Hidden Disclosure
author: dhiyaneshDk
severity: medium
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/dockerfile-hidden-disclosure.json
tags: exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/.dockerfile"
- "{{BaseURL}}/.Dockerfile"
matchers-condition: and
matchers:
- type: regex
regex:
- '^(?:FROM(?:CACHE)?|RUN|ADD|WORKDIR|ENV|EXPOSE|\#)\s+[ -~]+'
part: body
2021-07-23 18:42:28 +00:00
- type: status
status:
2021-07-23 19:09:30 +00:00
- 200
- type: word
part: header
words:
- "text/html"
negative: true