漏洞描述
MongoDB Ops Manager is a web-based interface for MongoDB server.
id: mongodb-ops-manager
info:
name: MongoDB Ops Manager
author: dhiyaneshDK
severity: info
verified: true
description: |-
MongoDB Ops Manager is a web-based interface for MongoDB server.
reference:
- https://www.shodan.io/search?query=http.title%3A%22MongoDB+Ops+Manager%22
tags: panel,mongodb,detect
created: 2024/01/05
rules:
r0:
request:
method: GET
path: /account/login
expression: response.status == 200 && response.body.bcontains(b'MongoDB Ops Manager</title>')
expression: r0()