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
This program iterates over all possible channels, and by sniffing `802.11` packets it determines which access points are available. </br>
19
+
The program iterates over all possible channels, and by sniffing `802.11` packets it determines which access points are available. </br>
19
20
After the attacker chooses a target access point to attack, the program:
20
21
1. Continously sends spoofed deauthentication packets using broadcast mac address as the destination
21
22
2. Starts sniffing for clients that are connected to the AP by filtering for certain 802.11 packet frames and sending spoofed deauthentication packets to those clients in addition to the broadcast address
0 commit comments