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

25 lines
445 B
YAML
Raw Normal View History

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