Enhancement: network/enumeration/mongodb-info-enum.yaml by md
parent
5774cb2bbb
commit
64ae188a74
|
@ -1,13 +1,17 @@
|
|||
id: mongodb-info-enum
|
||||
|
||||
info:
|
||||
name: MongoDB Information Enumeration
|
||||
name: MongoDB Information - Detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
description: |
|
||||
MongoDB is an open source NoSQL database management program. NoSQL is used as an alternative to traditional relational databases.
|
||||
MongoDB build and server information was detected.
|
||||
reference:
|
||||
- https://nmap.org/nsedoc/scripts/mongodb-info.html
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0.0
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: mongodb server information
|
||||
|
@ -35,3 +39,5 @@ network:
|
|||
- type: regex
|
||||
regex:
|
||||
- "([A-Za-z:0-9.]+)"
|
||||
|
||||
# Enhanced by md on 2023/03/15
|
||||
|
|
Loading…
Reference in New Issue