nuclei-templates/exposures/configs/pre-commit-config.yaml

31 lines
573 B
YAML
Raw Normal View History

2022-08-10 02:18:12 +00:00
id: pre-commit-config
info:
name: Pre Commit Configuration File Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
tags: exposure,devops,config,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/.pre-commit-config.yaml"
- "{{BaseURL}}/pre-commit-config.yaml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "repos:"
- "hooks:"
- "rev:"
2022-08-10 05:28:07 +00:00
condition: and
2022-08-10 02:18:12 +00:00
- type: status
status:
- 200