Update exposed-sqlite-manager.yaml
parent
30fa4b431f
commit
8ee5cafa03
|
@ -2,7 +2,7 @@ id: exposed-sqlite-manager
|
|||
|
||||
info:
|
||||
name: SQLiteManager
|
||||
author: dhiyaneshDK
|
||||
author: dhiyaneshDK,ritikchaddha
|
||||
severity: medium
|
||||
reference:
|
||||
- https://www.exploit-db.com/ghdb/5003
|
||||
|
@ -11,14 +11,17 @@ info:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue