32 lines
734 B
YAML
32 lines
734 B
YAML
id: unauth-mercurial
|
|
|
|
info:
|
|
name: Unauthenticated Mercurial Detect
|
|
author: pussycat0x
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Mercurial repositories index"
|
|
tags: misconfig,unauth,mercurial
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Mercurial Repositories"
|
|
- "Last modified"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022068c2a3cb65cb7d0b897401fbfed1bfb3dba1e0d21ca524fc321b101ad810e5b10221009146c87d6f277afb19558b6d0f5a7db4b0e3f905f0c211e62fee06381894f05c:922c64590222798bb761d5b6d8e72950
|