mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-19 22:19:39 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# Workflows — Wireless Penetration Testing
|
||||
|
||||
## Attack Flow
|
||||
```
|
||||
Monitor Mode Activation
|
||||
│
|
||||
├── Passive Reconnaissance
|
||||
│ ├── SSID/BSSID discovery
|
||||
│ ├── Client enumeration
|
||||
│ └── Channel mapping
|
||||
│
|
||||
├── WPA2-PSK Attacks
|
||||
│ ├── Handshake capture (deauth + capture)
|
||||
│ ├── PMKID attack (clientless)
|
||||
│ └── Offline cracking (Hashcat/Aircrack)
|
||||
│
|
||||
├── WPA2-Enterprise Attacks
|
||||
│ ├── Rogue AP (hostapd-mana)
|
||||
│ ├── EAP credential capture
|
||||
│ └── MSCHAP hash cracking
|
||||
│
|
||||
├── Evil Twin / Captive Portal
|
||||
│ ├── Clone SSID
|
||||
│ ├── Deauth real AP
|
||||
│ └── Credential harvest
|
||||
│
|
||||
└── Segmentation Testing
|
||||
├── Client isolation
|
||||
├── VLAN traversal
|
||||
└── Corporate network reach
|
||||
```
|
||||
Reference in New Issue
Block a user