
Built a minimal Bash rogue AP for lab traffic capture
fake_ap.sh stands up an open Wi-Fi AP on Linux for authorized lab work: hostapd (nl80211 AP mode), dnsmasq (DHCP + DNS forward), iptables MASQUERADE through an uplink, and a live feed of associating clients on stdout.
I got tired of reaching for full Evil Twin frameworks when I only needed association + passive visibility. Five variables at the top (SSID, channel, uplink iface, AP iface, gateway), sudo ./fake_ap.sh, Ctrl+C tears it all down.
README has Wireshark filters for DHCP fingerprinting, SNI extraction, mDNS device ID, and per-client isolation.