Skip to content

Database Error

ID: database-error

Severity: info

Author: dhiyaneshDK

Tags: misconfig,database

id: database-error
info:
name: Database Error
author: dhiyaneshDK
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Database Error"
tags: misconfig,database
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Database Error</title>'
- type: status
status:
- 500
# digest: 4a0a00473045022100e3851433f6551576a27982053ec8e9be13d8fbafe671405a6dc34b69566c915502201da084741d23acad223cf7ec027e78ef4e16b6d41359b97f5dd27737d6f607e3: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/misconfiguration/database-error.yaml"

View on Github