mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 16:53:25 +08:00
16 lines
244 B
YAML
16 lines
244 B
YAML
id: android-debug-enabled
|
|
|
|
info:
|
|
name: Android Debug Enabled
|
|
author: gaurang
|
|
severity: low
|
|
tags: android,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "android:debuggable=\"true\"" |