Roguehostapd is a fork of hostapd, the famous user space software access point. It provides Python ctypes bindings and a number of additional attack features. It was primarily developed for use in the Wifiphisher project.
Dependencies:
+ Python 2.7.x
+ libnl-3, libnl-3-dev and libnl-dev
Use and Download:
git clone https://github.com/wifiphisher/roguehostapd && cd roguehostapd python setup.py install cd roguehostapd python run.py -i wlan0 -ssid blahblahblah
Source: https://github.com/wifiphisher