Merge pull request #5736 from projectdiscovery/exposed-sqlite-manager

Update exposed-sqlite-manager.yaml
patch-1
Prince Chaddha 2022-10-19 22:52:43 +05:30 committed by GitHub
commit 6b68775c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -2,23 +2,26 @@ id: exposed-sqlite-manager
info:
name: SQLiteManager
author: dhiyaneshDK
author: dhiyaneshDK,ritikchaddha
severity: medium
reference:
- https://www.exploit-db.com/ghdb/5003
tags: sqlite,edb
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