nuclei-templates/http/misconfiguration/database-error.yaml

26 lines
422 B
YAML
Raw Normal View History

2021-09-17 02:44:18 +00:00
id: database-error
info:
name: Database Error
author: dhiyaneshDK
2021-09-17 07:16:35 +00:00
severity: info
2022-07-04 08:46:15 +00:00
metadata:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"Database Error"
tags: misconfig,database
2021-09-17 02:44:18 +00:00
http:
2021-09-17 02:44:18 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Database Error</title>'
- type: status
status:
- 500