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

30 lines
593 B
YAML
Raw Normal View History

id: appspec-yml-disclosure
2021-07-21 05:39:04 +00:00
info:
name: Appspec Yml Disclosure
2021-07-21 05:39:04 +00:00
author: dhiyaneshDk
severity: medium
reference:
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/appsec-yml-disclosure.json
2021-07-21 05:39:04 +00:00
tags: exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/appspec.yml"
- "{{BaseURL}}/appspec.yaml"
2021-07-22 11:02:37 +00:00
2021-07-21 05:39:04 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-22 11:02:37 +00:00
- "version:"
- "os:"
- "files:"
2021-07-21 05:39:04 +00:00
part: body
2021-07-22 11:02:37 +00:00
condition: and
2021-07-23 18:42:28 +00:00
2021-07-21 05:39:04 +00:00
- type: status
status:
- 200