mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
16 lines
295 B
YAML
16 lines
295 B
YAML
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\""
|