mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-08 19:53:15 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
25 lines
445 B
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
|