COURSE CURRICULUM
| Module | Topics Covered | Tools Used | Duration | Difficulty |
| 1 | Radio fundamentals, 802.11 standards, channels, frequencies | Wireshark, airodump-ng | 2h | Beginner |
| 2 | Monitor mode, packet capture, WPA handshake analysis | Aircrack-ng suite | 3h | Beginner |
| 3 | Dictionary attacks, rule-based attacks, GPU cracking | Hashcat, aircrack-ng | 4h | Intermediate |
| 4 | PMKID attack (no client needed) | hcxdumptool, hashcat | 2h | Intermediate |
| 5 | WPS attacks, Pixie Dust, brute force | Reaver, PixieWPS, bully | 3h | Intermediate |
| 6 | Evil Twin attack, captive portal, beacon flooding | Bettercap, airbase-ng | 4h | Advanced |
| 7 | WPA3 attacks (dictionary, downgrade, side-channel) | Hashcat, custom scripts | 3h | Advanced |
| 8 | WPA2-Enterprise attacks, RADIUS, LEAP/MSCHAPv2 | hostapd-wpe, freeradius | 4h | Advanced |
| 9 | Bluetooth/BLE attacks, BlueBorne, KNOB | Bettercap, BlueZ | 3h | Advanced |
| 10 | Physical security: RFID cloning, NFC attacks | Proxmark3, libnfc | 4h | Expert |
LAB SETUP GUIDE
Code:
Hardware requirements:
- Wireless adapter supporting monitor mode & packet injection
- Recommended: Alfa AWUS036ACH (AC1200) ~$50
- Alternative: TP-Link TL-WN722N v2/v3 ~$20
- For WPA3: adapter with Linux 5.15+ driver support
- Raspberry Pi 4/5 (for portable attacks)
Software:
- Kali Linux (latest) or Parrot OS
- VMWare / VirtualBox for virtual lab
- Target AP: any WPA2 router (old router in Faraday cage)
Lab topology:
Target Router (WPA2 PSK)
|
Attacker (Kali + Alfa adapter)
|
Client (phone/laptop, connects to target)
Module 1 exercises:
1. Enable monitor mode: airmon-ng start wlan0
2. Scan: airodump-ng wlan0mon
3. Capture packets: airodump-ng -c 6 --bssid XX:XX -w capture wlan0mon
4. Deauth client: aireplay-ng -0 2 -a XX:XX -c YY:YY wlan0mon
5. Verify handshake in capture: aircrack-ng capture-01.cap
Each module has: video lecture, PDF notes, lab exercise, quiz.
Full course download: included in attachments.
DOWNLOAD
Code:
Complete WiFi course: [URL="https://mega.nz/file/BlackSec_WiFiHackingCourse_2026"]File on MEGA[/URL]
Size: 8.5 GB | Password: WiFiCourse2026
Includes: 10 modules (video + PDF + labs), custom wordlist (2GB), adapter driver pack, VM image with course pre-installed