31 lines
643 B
YAML
31 lines
643 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
|
|
metadata:
|
|
max-request: 3
|
|
|
|
http:
|
|
- 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
|