Skip to content

MongoDB Exception - Page

ID: mongodb-exception-page

Severity: info

Author: DhiyaneshDk

Tags: error,mongodb,log

id: mongodb-exception-page
info:
name: MongoDB Exception - Page
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
fofa-query: html:"MongoDB Exception"
tags: error,mongodb,log
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'MongoDB Exception'
# digest: 4a0a00473045022100a2c93906eaff6767edbf878973e6b69e52a8e90642252ab091ed4619bb07f52e022023667c5aec3da4fa43eca226355fb337d6da96e9aeeda1d91ae46755b82c119c: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/exposures/logs/mongodb-exception-page.yaml"

View on Github