How To Hack Wifi Passwords in Linux Ubuntu
For this purpose we are going to use Ubuntu. First we have to install air-crack program in o.s (1) install aircrack sudo apt-get install aircrack-ng For hacking passwords in ubuntu , first we have to install air crack program in operating system. Install aircrack Sudo apt-get install aircrack-ng For rooting , type “su-“ and type your password. Now write the commands in terminal mode: #iwconfig wlan0 mode monitoring Note: Do take notice if any kind of error occurs type “#iwconfig” in a terminal to check for your wireless. Now scan for a wireless network which will include educational purpose. Now type commands: #airdump-ng wlan0 (2) You need to go in root first. For this purpose type “su –“ and type your password. (3) Now type following command in terminal Code: # iwconfig wlan0 mode monitoring Note: If some sort of error occurs type “# iwconfig” in a terminal to check for your wireless. (4) After that it’s time to scan for a wireless network which we will compromise with educational pu...