28 lines
619 B
YAML
28 lines
619 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
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Database Error</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
|
|
# digest: 4b0a00483046022100d6791fbd1a4ddca4f16570235c6b69402f0b2adbc98143278f54c37f9645bfeb022100e24247e2b7232ac73962740fc70513513ae158e42dbd3bd35608e13480d36c32:922c64590222798bb761d5b6d8e72950
|