mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-12 14:14:56 +03:00
18 lines
992 B
Markdown
18 lines
992 B
Markdown
# Workflows: Android Intent Vulnerability Testing
|
|
|
|
## Workflow 1: IPC Security Assessment
|
|
```
|
|
[Decompile APK] --> [Parse AndroidManifest] --> [Enumerate exported components]
|
|
|
|
|
+------------------+------------------+
|
|
| | | |
|
|
[Activities] [Services] [Receivers] [Providers]
|
|
[Direct launch] [Bind/Start] [Trigger] [Query/Inject]
|
|
[Auth bypass?] [Data exfil?] [Sniff?] [SQLi? Traversal?]
|
|
| | | |
|
|
+------------------+------------------+
|
|
|
|
|
[PendingIntent audit]
|
|
[Report findings]
|
|
```
|