Android Debug Manager
ID: android-debug-database-exposed
Severity: low
Author: dhiyaneshDK
Tags: unauth,android,misconfig
Description
Section titled “Description”Android Debug Manger is exposed.
YAML Source
Section titled “YAML Source”id: android-debug-database-exposed
info: name: Android Debug Manager author: dhiyaneshDK severity: low description: Android Debug Manger is exposed. metadata: max-request: 1 shodan-query: http.title:"Android Debug Database" tags: unauth,android,misconfig
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word words: - '<title>Android Debug Database</title>'
- type: status status: - 200# digest: 4a0a00473045022100f8ca6bc7e5b9c84dc29936d6b09408135085e899c9656cfdf0fcacb68cdc0ca9022078127e896c7d68e088cf76fe44d25549ca21fdc5f460b7f4c3b13e09f474555e: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/android-debug-database-exposed.yaml"