nuclei-templates/exposures/configs/exposed-hg.yaml

22 lines
324 B
YAML

id: exposed-hg
info:
name: Exposed HG Directory
author: daffainfo
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}/.hg/hgrc"
matchers:
- type: word
words:
- "[paths]"
- "default"
condition: and
- type: status
status:
- 200