nuclei-templates/file/android/adb-backup-enabled.yaml

24 lines
510 B
YAML
Raw Normal View History

2021-05-29 09:16:00 +00:00
id: adb-backup-enabled
2021-05-29 09:16:00 +00:00
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/
2022-02-09 22:11:53 +00:00
classification:
cwe-id: CWE-200
remediation: Ensure proper access or disable completely.
tags: android,file
2021-05-29 09:16:00 +00:00
file:
- extensions:
- all
matchers:
- type: word
words:
- "android:allowBackup=\"true\""
# Enhanced by mp on 2022/02/09