Wireless › Module 10 › Lesson 1
Checklist
One-page Topic 15 checklist — RoE, radio, handshake, rogue, Bluetooth, defense.
Visual · t15_capstone_checklist
Checklist consolidates wireless literacy. Original Cyberlium.
Opening
If it is not on the checklist, it gets skipped under pressure.
Assemble checklist: $LAB_SSID/$LAB_IFACE RoE, monitor mode hygiene, handshake capture ethics, offline PSK risk, evil twin/rogue detection (never deploy on strangers), Bluetooth YOUR devices only, WPA3/PMF/EAP/AP hardening, logging, teardown. Use in capstone on YOUR lab — not public airspace.
1. Scope and RoE
$LAB_SSID BSSID pinned. NEVER neighbor/café/dorm targets.
Bluetooth YOUR devices list. Stop conditions written.
Command guide
Try these commands — Scope and RoE
═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)
Wireless checklist — https://www.wi-fi.org/discover-wi-fi/security aircrack-ng — https://www.aircrack-ng.org/
═══ INSTALL ═══
Linux (Debian/Ubuntu):
Command — copy this
sudo apt install network-manager
macOS: Use airport / System Settings
Windows: Use netsh wlan (built-in)
═══ LINUX / macOS ═══
Command — copy this
nmcli radio wifi 2>/dev/null; nmcli device wifi list 2>/dev/null | head -5 grep -E 'LAB_SSID|never' "$HOME/cyberlium-lab/t15-wifi/roe.txt" 2>/dev/null; printf 'checklist: roe protocol: wpa2/wpa3 ' >> "$HOME/cyberlium-lab/t15-wifi/capstone-checklist.txt" grep . "$HOME/cyberlium-lab/t15-wifi/capstone-checklist.txt" 2>/dev/null | head -8
Primary tools to practice this lesson: grep, nmcli. Reference sites: Wireless checklist (https://www.wi-fi.org/discover-wi-fi/security); aircrack-ng (https://www.aircrack-ng.org/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.
2. Red team literacy bounds
Handshake capture on lab AP only. No stranger crack. No evil twin deploy kits.
No Bluesnarf or third-party BT exploits.
3. Blue team and teardown
WPA3/PMF, AP checklist, rogue detection notes, log review.
Delete caps, rotate weak PSK, adapter off, chmod 600 notes.
4. What you ship: Topic 15 checklist
One-page wireless literacy + ethics + defense checklist.
5. What you record before the next lesson
Checklist file path.
6. Wrong vs right: stranger SSIDs vs YOUR lab AP
Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.
Wrong
Use checklist as wardriving hunting guide.
Right
Checklist done. Next: detection notes.
Mission: write wireless checklist
1) Scope/RoE section. 2) Red literacy bounds section. 3) Defense/teardown section.
Stuck? Ask Cyberlium AI Mentor
Ask Mentor: “Top five checklist items?”
Knowledge Check
APPLY: Checklist includes:
Multiple choice
Knowledge Check
APPLY: True or False: Checklist authorizes stranger SSIDs.
True or False
Knowledge Check
APPLY: Teardown includes:
Multiple choice