Unauthenticated Mercurial Detect

patch-1
pussycat0x 2022-11-18 00:22:32 +05:30 committed by GitHub
parent 89072043ea
commit bc35715834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: unauth-mercurial-detect
info:
name: Unauthenticated Mercurial Detect
author: pussycat0x
severity: high
metadata:
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"
- "Name"
- "Description"
- "Contact"
- "Last modified"
condition: and
- type: status
status:
- 200