nuclei-templates/file/android/debug-enabled.yaml

19 lines
309 B
YAML
Raw Normal View History

2021-05-29 09:16:00 +00:00
id: android-debug-enabled
info:
name: Android Debug - Detect
2021-05-29 09:16:00 +00:00
author: gaurang
severity: low
description: Android debug enabling was detected.
2021-05-29 09:16:00 +00:00
file:
- extensions:
- all
matchers:
- type: regex
regex:
- "android:debuggable=\"true\""
# Enhanced by md on 2023/05/03