Unauthenticated Mercurial Detect
parent
89072043ea
commit
bc35715834
|
@ -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
|
||||
|
Loading…
Reference in New Issue