mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
26 lines
620 B
YAML
26 lines
620 B
YAML
id: database-error
|
|
|
|
info:
|
|
name: Database Error
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Database Error"
|
|
tags: misconfig,database,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Database Error</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
# digest: 4a0a004730450220550daaa2849752f5c584d8db683507d09cdbde8198ddb75561170c2bc45d3cc4022100c513caffeb7b482fab9bd7c299b36a22ccca4fd40f0aa329cc81b89423b06eb8:922c64590222798bb761d5b6d8e72950 |