Fake wireless Access Point (AP) implementation using Python and Scapy, intended for convenient testing of 802.11 protocols and implementations. - rpp0/scapy-fakeap
scapy ip airmon-ng dnsmasq(optional) Then, runpython2 setup.py installto installscapy-fakeap. Examples First, set up your device in monitor mode. You can useairmon-ngoriw: # iw dev wlan0 interface add mon0 type monitor # ifconfig mon0 up ...
Fake wireless Access Point (AP) implementation using Python and Scapy, intended for convenient testing of 802.11 protocols and implementations. - rpp0/scapy-fakeap