Files
nuclei-templates/file/android/adb-backup-enabled.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

24 lines
510 B
YAML

id: adb-backup-enabled
info:
name: ADB Backup Enabled
author: gaurang
severity: low
description: ADB Backup is enabled, which allows the backup and restore of an app's private data.
reference:
- https://adb-backup.com/
classification:
cwe-id: CWE-200
remediation: Ensure proper access or disable completely.
tags: android,file
file:
- extensions:
- all
matchers:
- type: word
words:
- "android:allowBackup=\"true\""
# Enhanced by mp on 2022/02/09