Wifi hacking tool using ESP8266

Sanketh J
2 min readJan 29, 2022

--

ZiFi

This post is on about detailed concept of ZiFi tool.

Github repo: https://github.com/sankethj/ZiFi

FEATURES :

Lets first setup the platform for the tool.

INSTALLATION :

Now lets see how to works

CONCEPT :

  • Upon uploading the code an Access Point (AP) named ZiFi with password Eviltwin will be created. Connect it with your device.
  • As soon as you connect you will redirected to web-interface page. There you can see all the nearby wifi devices. Select the target you want (list of available APs refreshes every 15secs — page reload is required).
  • There will be two types of attack mode. One is Deauth attack. If you choose Deauth it will start deauthing the clients in that network. If you choose Eviltwin attack it will clone the same network.
  • The main concept is first start deauth attack, all clients on that network will start get disconnecting. And then Start Evil-twin attack, which will create the clone of the selected network. Now the clients who got disconnected from that network will see another network with same ssid. So they will start connecting to that network.
  • Then our cloned network will redirect them to a Sign-in page where it says the router needs to be updated and asks the users to enter the network password.
  • So users will enter password, if they enter some random password it will show its wrong password. After entering right password only it will get turned off and shows us the result in our web interface.
  • Reconnect to ZiFi network after some time, it will display you the correct password in Result section if they have entered.

DEMONSTRATION VIDEO:

https://youtu.be/pwSO3hhf1vA

CREDITS :

Originally published at https://dev.to on January 29, 2022.

--

--

Sanketh J

Electronics and communication engineer, web pentester, ctf player