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
6. WEP: Various known attacks against WEP, including *fragmentation*, *chop-chop*, *aireplay*, etc.
25
-
7. WIFI Signal jammer, block specific accesspoints or multiple.
25
+
7.**Evil Twin**: Rogue AP attack with captive portal for credential capture. ⚠️ **Requires authorization**
26
+
8. WIFI Signal jammer, block specific accesspoints or multiple.
26
27
signal jamming only works for specific Atheros WiFi chipsets.
27
28
28
29
Run wifite, select your targets, and Wifite will automatically start trying to capture or crack the password.
@@ -90,6 +91,13 @@ Second, only the latest versions of these programs are supported and must be ins
90
91
*[`macchanger`](https://github.com/alobbs/macchanger): For randomizing MAC addresses to avoid detection and improve anonymity.
91
92
*[`pixiewps`](https://github.com/wiire-a/pixiewps): For WPS Pixie-Dust attacks (alternative implementation).
92
93
94
+
**For Evil Twin Attacks:**
95
+
96
+
*[`hostapd`](https://w1.fi/hostapd/): For creating rogue access points (v2.9+ required).
97
+
*[`dnsmasq`](http://www.thekelleys.org.uk/dnsmasq/doc.html): For DHCP and DNS services (v2.80+ required).
98
+
*[`wpa_supplicant`](https://w1.fi/wpa_supplicant/): For validating captured credentials (v2.9+ required).
99
+
***⚠️ LEGAL WARNING:** Evil Twin attacks require explicit written authorization. Unauthorized use is illegal and may result in criminal prosecution. See [Evil Twin Guide](docs/EVILTWIN_GUIDE.md) for complete legal requirements, usage instructions, and best practices.
100
+
93
101
94
102
95
103
Installation
@@ -169,6 +177,15 @@ Features
169
177
***SAE Handshake Capture** - Capture WPA3-SAE authentication for offline cracking
170
178
***PMF Handling** - Automatic detection and handling of Protected Management Frames
171
179
***Dragonblood Detection** - Identify networks vulnerable to known WPA3 exploits
180
+
***Evil Twin Attack** - Rogue AP with captive portal for credential capture (use with: `--eviltwin`)
181
+
***Rogue AP Creation** - Mimics target network with identical SSID and channel
0 commit comments