qingxp9 / createwifi

Using the shortest codes and simplest params to create wifi hotspot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Createwifi

Using the shortest codes and simplest params to create wifi hotspot

I know there are plenty of programs can help to create WiFi hotspots, but most of them are complex to use and modify.

Dependencies

For Kali:

apt install hostapd dnsmasq

Usage

#without password and Internet
python createwifi.py -e "OpenWiFi"
#with password and Internet
python createwifi.py -e "WPAWiFi" -p 12345678 -o eth0
##All options
python createwifi.py -e "WPAWiFi" -i wlan0 -o eth0 -c channel -p 12345678

About

Using the shortest codes and simplest params to create wifi hotspot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%