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
.txtfile.
- It supports microcontroller boards which contain
ESP8266chipset only. - It supports 2.4GHz frequency only.
- If possible, use those ESP8266 microcontroller boards which contain
CP2102driver 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
deautherbySpacehuhn 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.inofile. - 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
.binfile from here. - Open NodeMCU ESP8266 Flasher.
- Click on
AdvancedTab. - Click on
Restore Defaultbutton. - Click on
ConfigTab.- It show
INTERNAL://NODEMCU.
- It show
- Click on
in front of INTERNAL://NODEMCU. - Select the
WifiSnare.binfile. - Click on
OperationTab. - Click on
Flash(F)button. - Wait for sometimes and when completed, press
RSTbutton.
- After uploading wait 1-2 minutes and after that an Access Point is created named
WiFiSnarewhose 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
Deauthbutton to start deauthentication attack on selected network. - Click on
EvilTwinbutton 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
Continuebutton.- If password is wrong, then led of the board blink
2times and back to the password page to enter password again. - If password is right, then led of the board blink
3times and after3seconds it stops deauthentication attack, close that open access point and restart theWiFiSnareaccess point.
- If password is wrong, then led of the board blink
- Connnct again to that
WiFiSnareaccess 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
.txtfile. - Also, to attack on some other SSID, just select the network want to attack and repeat steps from
5to12.