mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
20 lines
330 B
YAML
20 lines
330 B
YAML
id: android-debug-enabled
|
|
|
|
info:
|
|
name: Android Debug - Detect
|
|
author: gaurang
|
|
severity: low
|
|
description: Android debug enabling was detected.
|
|
tags: android,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "android:debuggable=\"true\""
|
|
|
|
# Enhanced by md on 2023/05/03
|