Create a fake access point in Kali. Determines the correct DHCP settings and creates the dhcpd.conf file for you. Includes the option to sniff all APs in the area and copy one of their settings.
python fakeAP.py
Create a fake access point with the ESSID of 'Free Wifi' on channel 6 without encryption.
python fakeAP.py -t
-t, Sniff the air for all access points in range, Ctrl-C to select one and use its ESSID and channel in the creation of your fake AP
python fakeAP.py -c 1 -e 'New SSID' -w
-c, Start the access point on channel 1
-e, Set the broadcast ESSID as 'New SSID'
-w, Set the fake access point to use WPA2 flagged beacon frames and save handshakes to fakeAPlog.cap
danmcinerney.org