Create mongod-exposure.yaml
parent
a4d812c689
commit
8ab7cf18f2
|
@ -0,0 +1,30 @@
|
||||||
|
id: mongod-exposure
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: MongoD Server - Exposure
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: medium
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: html:"mongod"
|
||||||
|
tags: mongod,exposure,info-leak
|
||||||
|
|
||||||
|
http:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET / HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<title>mongod"
|
||||||
|
- "List all commands"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue