Skip to content

MongoDB Ops Manager Login Panel - Detect

ID: mongodb-ops-manager

Severity: info

Author: dhiyaneshDK

Tags: panel,mongodb

MongoDB Ops Manager login panel was detected.

id: mongodb-ops-manager
info:
name: MongoDB Ops Manager Login Panel - Detect
author: dhiyaneshDK
severity: info
description: MongoDB Ops Manager login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:mongodb:ops_manager_server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"MongoDB Ops Manager"
product: ops_manager_server
vendor: mongodb
tags: panel,mongodb
http:
- method: GET
path:
- '{{BaseURL}}/account/login'
matchers-condition: and
matchers:
- type: word
words:
- 'MongoDB Ops Manager</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502204fc85916c28913e549d3e964fcc2d58cdd41fe5211514cff4836c9caff776ad4022100ee92c1ef80a0ba908673111141f08a33522727a264bb629f96784ca88ffcd0cd:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/mongodb-ops-manager.yaml"

View on Github