Kali Linux: WiFi Deauth Attack

From OnnoWiki
Jump to navigation Jump to search

Sumber: https://en.wikipedia.org/wiki/Wi-Fi_deauthentication_attack



A Wi-Fi deauthentication attack is a type of denial-of-service attack that targets communication between a user and a Wi-Fi wireless access point.

800px-Deauth attack sequence diagram.svg.png

Technical details Sequence diagram for a WiFi deauthentication attack

Unlike most radio jammers, deauthentication acts in a unique way. The IEEE 802.11 (Wi-Fi) protocol contains the provision for a deauthentication frame. Sending the frame from the access point to a station is called a "sanctioned technique to inform a rogue station that they have been disconnected from the network".[1]

An attacker can send a deauthentication frame at any time to a wireless access point, with a spoofed address for the victim. The protocol does not require any encryption for this frame, even when the session was established with Wired Equivalent Privacy (WEP) for data privacy, and the attacker only needs to know the victim's MAC address, which is available in the clear through wireless network sniffing.[2][3] Usage Evil twin access points

One of the main purposes of deauthentication used in the hacking community is to force clients to connect to an Evil twin access point which then can be used to capture network packets transferred between the client and the RAP.

The attacker conducts a deauthentication attack to the target client, disconnecting it from its current network, thus allowing the client to automatically connect to the Evil twin access point. Password attacks

In order to mount a brute-force or dictionary based WPA password cracking attack on a WiFi user with WPA or WPA2 enabled, a hacker must first sniff the WPA 4-way handshake. The user can be elicited to provide this sequence by first forcing them offline with the deauthentication attack.[4]

In a similar phishing style attack without password cracking, Wifiphisher starts with a deauthentication attack to disconnect the user from his legitimate base station, then mounts a man-in-the-middle attack to collect passwords supplied by an unwitting user. Attacks on hotel guests and convention attendees

The Federal Communications Commission has fined hotels and other companies for launching deauthentication attacks on their own guests; the purpose being to drive them off their own personal hotspots and force them to pay for on-site Wi-Fi services.[5][6][7][8][9] Toolsets

Aircrack-ng suite, MDK3, Void11, Scapy, and Zulu software can mount a WiFi deauthentication attack.[10] Aireplay-ng, an aircrack-ng suite tool, can run a deauthentication attack by executing a one-line command:

aireplay-ng -0 1 -a xx:xx:xx:xx:xx:xx -c yy:yy:yy:yy:yy:yy wlan0
   -0 arms deauthentication attack mode
   1 is the number of deauths to send; use 0 for infinite deauths
   -a xx:xx:xx:xx:xx:xx is the AP (access point) MAC (Media Access Control) address
   -c yy:yy:yy:yy:yy:yy is the target client MAC address; omit to deauthenticate all clients on AP
   wlan0 is the NIC (Network Interface Card)

Pineapple rogue access point can issue a deauth attack.[11][12] Wifijammer can also automatically scan for and jam all networks within its range.[13][non-primary source needed] An ESP8266 can be used to perform & detect deauth attacks, using Wi-PWN.[14][15] On Android, Nexmon supports Broadcom WLAN chip for deauth attacks.[16]



Referensi

Pranala Menarik