Skip to content

Android Debug Enabled

ID: android-debug-enabled

Severity: low

Author: gaurang

Tags: android,file

Android debug enabling was detected.

id: android-debug-enabled
info:
name: Android Debug Enabled
author: gaurang
severity: low
description: Android debug enabling was detected.
tags: android,file
file:
- extensions:
- all
matchers:
- type: regex
regex:
- "android:debuggable=\"true\""
# digest: 4b0a00483046022100cfdce77a5228a040cc4f392823ba6da09f4354c46a36ab8a62f5c9764a12bcb2022100be8c7f78e71e49aaf693016a721125e7e6d7b88e376e7b30a6058459ed50e433:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "file/android/debug-enabled.yaml"

View on Github