MongoDB Service - Detect
ID: mongodb-detect
Severity: info
Author: pdteam
Tags: network,mongodb,detect,detection,tcp
Description
Section titled “Description”MongoDB service was detected.
YAML Source
Section titled “YAML Source”id: mongodb-detect
info: name: MongoDB Service - Detect author: pdteam severity: info description: | MongoDB service was detected. reference: - https://github.com/orleven/Tentacle classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 tags: network,mongodb,detect,detection,tcp
tcp: - inputs: - data: 3a000000a741000000000000d40700000000000061646d696e2e24636d640000000000ffffffff130000001069736d6173746572000100000000 type: hex
host: - "{{Hostname}}" port: 27017 read-size: 2048
matchers: - type: word words: - "logicalSessionTimeout" - "localTime"# digest: 4a0a0047304502204e65eaedb507297cddc75de0fba55cbb40a2c68f3d36e44a5d67f4f0f41a97db022100f9deab3844916458f31c9ab44dd619f41d0080e14460d2eb2e3c6f44f266c065:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "network/detection/mongodb-detect.yaml"