mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
16 lines
238 B
YAML
16 lines
238 B
YAML
id: adb-backup-enabled
|
|
|
|
info:
|
|
name: ADB Backup Enabled
|
|
author: gaurang
|
|
severity: low
|
|
tags: android,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "android:allowBackup=\"true\"" |