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

24 lines
585 B
YAML
Raw Normal View History

2021-05-29 09:16:00 +00:00
id: adb-backup-enabled
info:
name: ADB Backup Enabled
description: ADB Backup is enabled, which allows the backup and restore of an app's private data.
remediation: Ensure proper access or disable completely.
2021-05-29 09:16:00 +00:00
author: gaurang
severity: low
tags: android,file
reference:
-https://adb-backup.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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