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-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.shodan.io/search?query=http.title%3A%22Database+Error%22
|
2021-09-17 08:03:54 +00:00
|
|
|
tags: misconfig,database
|
2021-09-17 02:44:18 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Database Error</title>'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 500
|