nuclei-templates/misconfiguration/unauth-mercurial.yaml

29 lines
524 B
YAML
Raw Normal View History

id: unauth-mercurial
2022-11-17 18:52:32 +00:00
info:
name: Unauthenticated Mercurial Detect
author: pussycat0x
severity: high
metadata:
2022-11-18 03:33:42 +00:00
verified: true
2022-11-17 18:52:32 +00:00
shodan-query: html:"Mercurial repositories index"
tags: misconfig,unauth,mercurial
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Mercurial Repositories"
- "Last modified"
condition: and
2022-11-21 06:16:36 +00:00
2022-11-17 18:52:32 +00:00
- type: status
status:
- 200