SQLiteManager - Text Display
ID: exposed-sqlite-manager
Severity: medium
Author: dhiyaneshDK
Tags: misconfig,sqlite,edb,sqli
Description
Section titled “Description”SQLiteManager panel contains inconsistent text display in title and text.
YAML Source
Section titled “YAML Source”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 metadata: max-request: 3 tags: misconfig,sqlite,edb,sqli
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# digest: 4a0a00473045022100c679dc70b3bd6c1ae081cc94d1f84c7f0ac6b96078a0bc3d35d9c97866e2469502204535381b07b7a3eac722b754b65759f3ef56069696950c6aaf98525ae58802b7:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/exposed-sqlite-manager.yaml"