mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-18 05:29:40 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Workflows — Thick Client Penetration Testing
|
||||
|
||||
## Attack Flow
|
||||
```
|
||||
Application Binary
|
||||
│
|
||||
├── Static Analysis (dnSpy/Ghidra/JD-GUI)
|
||||
│ ├── Hardcoded credentials
|
||||
│ ├── Encryption analysis
|
||||
│ └── API endpoint discovery
|
||||
│
|
||||
├── Dynamic Analysis (Procmon/Process Hacker)
|
||||
│ ├── File system monitoring
|
||||
│ ├── Registry access tracking
|
||||
│ └── Memory inspection
|
||||
│
|
||||
├── Traffic Interception (Burp/Fiddler/Echo Mirage)
|
||||
│ ├── API security testing
|
||||
│ ├── Certificate pinning bypass
|
||||
│ └── Authentication token analysis
|
||||
│
|
||||
└── Binary Exploitation
|
||||
├── DLL hijacking
|
||||
├── Memory manipulation
|
||||
└── Binary patching
|
||||
```
|
||||
Reference in New Issue
Block a user