nuclei-templates/misconfiguration/exposed-sqlite-manager.yaml

25 lines
445 B
YAML

id: exposed-sqlite-manager
info:
name: SQLiteManager
author: dhiyaneshDK
severity: medium
reference:
- https://www.exploit-db.com/ghdb/5003
tags: sqlite
requests:
- method: GET
path:
- '{{BaseURL}}/sqlite/'
- '{{BaseURL}}/sqlitemanager/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>SQLiteManager</title>'
- type: status
status:
- 200