A tool that captures 2.4GHz Wi-Fi passwords via Evil Twin attack.
- Simple Setup.
- Select network easily for eviltwin attack.
- It deauthenticates network parallelly.
- LED Status for Right and Wrong Passwords.
- Download captured password on the system in a
.txt
file.
- It supports microcontroller boards which contain
ESP8266
chipset only. - It supports 2.4GHz frequency only.
- If possible, use those ESP8266 microcontroller boards which contain
CP2102
driver chipset.
-
Download Arduino IDE from here according to your Operating System.
-
Install it.
-
Go to
File
→Preferences
→Additional Boards Manager URLs
. -
Paste the following link :
https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json
-
Click on
OK
. -
Go to
Tools
→Board
→Board Manager
. -
Wait for sometimes and search
deauther
bySpacehuhn Technologies
. -
Simply install it.
-
Wait for sometime and after that it is installed.
-
Restart the Arduino IDE.
-
Done!
- Download or Clone the Repository.
- Open the folder and just double click on
WiFiSnare.ino
file. - It opens in Arduino IDE.
- Compile the code.
- Select the correct board from the
Tools
→Board
→Deauther ESP8266 Boards
.- It is
NodeMCU
.
- It is
- Select the correct port number of that board.
- Upload the code.
- Download the NodeMCU ESP8266 Flasher from here according to your operating system.
- Download the
.bin
file from here. - Open NodeMCU ESP8266 Flasher.
- Click on
Advanced
Tab. - Click on
Restore Default
button. - Click on
Config
Tab.- It show
INTERNAL://NODEMCU
.
- It show
- Click on
in front of
INTERNAL://NODEMCU
. - Select the
WifiSnare.bin
file. - Click on
Operation
Tab. - Click on
Flash(F)
button. - Wait for sometimes and when completed, press
RST
button.
- After uploading wait 1-2 minutes and after that an Access Point is created named
WiFiSnare
whose password iswifisnare
. - Connect to it.
- After few seconds, a page automatically opens where it show a table contain nearby wifi networks.
- Refresh the page to load more nearby wifi networks.
- Select the network want to attack.
- Click on
Deauth
button to start deauthentication attack on selected network. - Click on
EvilTwin
button to start eviltwin attack on selected network. - After that, it disconnects the access point and as well as an open access point created with the selected network SSID name.
- Connect to that open WiFi.
- It show a page where it ask for password.
- Enter the password and click on
Continue
button.- If password is wrong, then led of the board blink
2
times and back to the password page to enter password again. - If password is right, then led of the board blink
3
times and after3
seconds it stops deauthentication attack, close that open access point and restart theWiFiSnare
access point.
- If password is wrong, then led of the board blink
- Connnct again to that
WiFiSnare
access point. - At the bottom, it shows the password of that SSID and a download button to save the password to the Phone/PC/Laptop in a
.txt
file. - Also, to attack on some other SSID, just select the network want to attack and repeat steps from
5
to12
.