mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-11 21:54:56 +03:00
992 B
992 B
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]