From 8ab7cf18f27e9320694f350db7a86e6388a6ca23 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 18 Jul 2024 13:44:37 +0530 Subject: [PATCH] Create mongod-exposure.yaml --- http/misconfiguration/mongod-exposure.yaml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 http/misconfiguration/mongod-exposure.yaml diff --git a/http/misconfiguration/mongod-exposure.yaml b/http/misconfiguration/mongod-exposure.yaml new file mode 100644 index 0000000000..9b52d7c7bb --- /dev/null +++ b/http/misconfiguration/mongod-exposure.yaml @@ -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: + - "mongod" + - "List all commands" + condition: and + + - type: status + status: + - 200