mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-11 13:44:56 +03:00
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# Workflows: Deep Link Vulnerability Testing
|
|
|
|
## Workflow 1: Deep Link Assessment
|
|
```
|
|
[Extract Manifest/Plist] --> [Enumerate schemes] --> [Test each deep link]
|
|
|
|
|
+--------------+--------------+
|
|
| | |
|
|
[Parameter injection] [Redirect test] [WebView loading]
|
|
[SQL/XSS/Path trav] [Open redirect] [JS injection]
|
|
| | |
|
|
+--------------+--------------+
|
|
|
|
|
[Link hijacking test]
|
|
[App Links verification]
|
|
[Report findings]
|
|
```
|
|
|
|
## Decision Matrix
|
|
| Scheme Type | Hijacking Risk | Mitigation |
|
|
|-------------|---------------|------------|
|
|
| Custom (myapp://) | HIGH - any app can register | Validate calling app, use App Links |
|
|
| App Links (verified) | LOW - domain verified | Ensure assetlinks.json is correct |
|
|
| Universal Links | LOW - domain verified | Ensure AASA file is correct |
|