kali-aircrack-ng-for-beginners-1

10 months ago
25

This video is regarding the basic beginner use of Aircrack-ng with some compatible wifi cards

#checking wifi cards in aircrack-ng environment
sudo airmon-ng

#checking wifi cards in linux environment
iwconfig

#stopping monitoring mode for wifi card
sudo airmon-ng stop wlan0mon

#starting wifi card w/airmon-ng command
sudo airmon-ng start wlan0

#scanning for AP (access points / wifi routers) with mac addresses
sudo airodump-ng wlan0mon -c 10 --bssid 14:59:C0:B7:DD:63

#scanning for AP's with their host name
sudo airodump-ng wlan0mon -c 10 --essid **err0r

#take the wifi card down
sudo ifconfig wlan0mon down

#change mode of wifi card
sudo iwconfig wlan0mon mode monitor OR managed

#take the wifi card up
sudo ifconfig wlan0mon up

#check the NetworkManager services
sudo systemctl status NetworkManager

#stop the NetworkManager services
sudo systemctl stop NetworkManager

#start the NetworkManager services
sudo systemctl start NetworkManager

#exit root account
exit

#scan for APs
sudo airodump-ng wlan0mon

#start the monitoring mode for wifi card
sudo airmon-ng start wlan0

#kill all possible processes that might have conflict with aircrack-ng
sudo airmon-ng check kill

================

If you would like to buy a compatible wifi card & kali linux on a bootable USB, and or laptop computers with compatible internal wifi cards installed on them, go to this link::

https://maxmit.github.io/BckInfo/

Loading comments...