WiFi Hacking

Introduction :

  • SSID : Network name

  • ESSID : SSID that may apply to multiple access (eg in a company)

  • BSSID : MAC Adress

  • WPA2-PSK : Wifi network accessible with a password who's the same for everyone.

  • WPA2-EAP : Wifi network accessible by authentication with username and password. It's sent to a RADIUS server.

  • RADIUS : Server for authenticating clients.

WPA network attack :

sudo airmon-ng start wlx00c0caaba9a5

airmon-ng check kill

sudo airodump-ng wlx00c0caaba9a5

sudo systemctl start NetworkManager

Last updated

Was this helpful?