├── Img └── Logo.png ├── LICENSE ├── README.md ├── dnsmasq.conf ├── fakeAP.py └── hostapd.conf /Img/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devsebastian44/FakeAP/HEAD/Img/Logo.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devsebastian44/FakeAP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devsebastian44/FakeAP/HEAD/README.md -------------------------------------------------------------------------------- /dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devsebastian44/FakeAP/HEAD/dnsmasq.conf -------------------------------------------------------------------------------- /fakeAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devsebastian44/FakeAP/HEAD/fakeAP.py -------------------------------------------------------------------------------- /hostapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devsebastian44/FakeAP/HEAD/hostapd.conf --------------------------------------------------------------------------------