Merge pull request #10330 from projectdiscovery/mongod-exposure

Create mongod-exposure.yaml
main
Ritik Chaddha 2024-07-23 12:50:31 +05:30 committed by GitHub
commit 0adc32ba45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: mongod-exposure
info:
name: MongoD Server - Exposure
author: DhiyaneshDk
severity: low
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