sudo apt install wpa_supplicant
# Find out what is the wifi name
ip link set dev wlp3s0 up
#If wpa_supplicant conf file does not exist
wpa_passphrase <wifi_name> <wifi_password> | tee /etc/wpa_supplicant/wpa_supplicant.conf
wpa_supplicant -B -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlp3s0
dhclient wlp3s0
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)