Files
nuclei-templates/file/android/debug-enabled.yaml
2023-07-05 08:54:47 +05:30

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