mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-16 04:35:18 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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]
|
||||
```
|
||||
Reference in New Issue
Block a user