You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. Wait for sometimes and search `esp8266` by `ESP8266 Community`.
29
+
7. Wait for sometimes and search `deauther` by `Spacehuhn Technologies`.
30
30
8. Simply install it.
31
31
9. Wait for sometime and after that it is installed.
32
32
10. Restart the Arduino IDE.
@@ -35,16 +35,16 @@ It capture 2.4GHz WiFi passwords using Evil-Twin attack.
35
35
# Install
36
36
## Via Arduino IDE
37
37
1. Download or Clone the Repository.
38
-
2. Open the folder and just double click on `WifiSnare.ino` file.
38
+
2. Open the folder and just double click on `WiFiSnare.ino` file.
39
39
3. It opens in Arduino IDE.
40
40
4. Compile the code.
41
-
5. Select the correct board from the `Tools` → `Board` → `ESP8266 Boards`.
42
-
- It is generally `NodeMCU 1.0 (ESP-12E Module)`.
41
+
5. Select the correct board from the `Tools` → `Board` → `Deauther ESP8266 Boards`.
42
+
- It is `NodeMCU`.
43
43
6. Select the correct port number of that board.
44
44
7. Upload the code.
45
45
## Via ESP8266 Flasher
46
46
1. Download the NodeMCU ESP8266 Flasher from [here](https://github.com/nodemcu/nodemcu-flasher) according to your operating system.
47
-
2. Download the `.bin` file from [here](https://github.com/wirebits/WifiSnare/releases/download/v1.0/WifiSnare.bin).
47
+
2. Download the `.bin` file from [here]().
48
48
3. Open NodeMCU ESP8266 Flasher.
49
49
4. Click on `Advanced` Tab.
50
50
5. Click on `Restore Default` button.
@@ -55,17 +55,20 @@ It capture 2.4GHz WiFi passwords using Evil-Twin attack.
55
55
9. Click on `Operation` Tab.
56
56
10. Click on `Flash(F)` button.
57
57
12. Wait for sometimes and when completed, press `RST` button.
58
+
58
59
# Run the Script
59
60
1. After uploading wait 1-2 minutes and after that an Access Point is created named `WiFiSnare` whose password is `wifisnare`.
60
61
2. Connect to it.
61
-
3. After few seconds, a page automatically opens where ask to enter the exact SSID name to start attack on it.
62
-
4. Click on `Start Capture` button.
63
-
5. After that, it disconnects the access point and as well as an open access point created with the same SSID name.
64
-
6. Connect to that open WiFi.
65
-
7. It show a page where it ask for password.
66
-
8. Enter the password and click on `Sign Up` button.
62
+
3. After few seconds, a page automatically opens where it show a table contain nearby wifi networks.
63
+
4. Select the network want to attack.
64
+
5. Click on `Start Deauth` button to start deauthentication attack on selected network.
65
+
6. Click on `Start EvilTwin` button to start eviltwin attack on selected network.
66
+
7. After that, it disconnects the access point and as well as an open access point created with the selected network SSID name.
67
+
8. Connect to that open WiFi.
68
+
9. It show a page where it ask for password.
69
+
10. Enter the password and click on `Continue` button.
67
70
- If password is wrong, then led of the board blink `2` times and back to the password page to enter password again.
68
-
- If password is right, then led of the board blink `3` times and after `2` seconds it close that open access point and restart the `WiFiSnare` access point.
69
-
9. Connnct again to that `WiFiSnare` access point.
70
-
10. 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.
71
-
11. Also, to attack on some other SSID, type the exact name and click on `Start Capture` button.
71
+
- If password is right, then led of the board blink `3` times and after `3` seconds it stops deauthentication attack, close that open access point and restart the `WiFiSnare` access point.
72
+
11. Connnct again to that `WiFiSnare` access point.
73
+
12. 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.
74
+
13. Also, to attack on some other SSID, just select the network want to attack and repeat steps from `5` to `12`.
0 commit comments