Scapy/FakeAP
From charlesreid1
Hello World Script
- This example is a simple 'hello world' for scapy-fakeap.
- An open network will be created that can be joined by 802.11 enabled devices.
from fakeap import *
ap = FakeAccessPoint('wlan0', 'hello1') ap.run()