nuclei-templates/exposures/configs/appspec-yml-disclosure.yaml

30 lines
593 B
YAML

id: appspec-yml-disclosure
info:
name: Appspec Yml Disclosure
author: dhiyaneshDk
severity: medium
reference:
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/appsec-yml-disclosure.json
tags: exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/appspec.yml"
- "{{BaseURL}}/appspec.yaml"
matchers-condition: and
matchers:
- type: word
words:
- "version:"
- "os:"
- "files:"
part: body
condition: and
- type: status
status:
- 200