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

31 lines
648 B
YAML

id: exposed-sqlite-manager
info:
name: SQLiteManager - Text Display
author: dhiyaneshDK
severity: medium
description: SQLiteManager panel contains inconsistent text display in title and text.
reference:
- https://www.exploit-db.com/ghdb/5003
tags: misconfig,sqlite,edb
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/sqlite/'
- '{{BaseURL}}/sqlitemanager/'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>SQLiteManager</title>'
- type: status
status:
- 200
# Enhanced by mp on 2022/10/12