cracking WPA2 without dictionary! 02-20-2013, 03:54 PM
#1
so in my last thread i showed you all ways how to crack WPA keys WITH dicionary,now I'm going to teach you 2/3 methods i know how to crack it without a dictionary... LINK TO MY LAST THREAD ABOUT WPA PSK
1.) Combination of aricrack-ng and tool called WordField
So first of all you can download WordField here
For all beginners here is code for installation:
tar xfvz gonna unzip it
cd - change directory
so you can combine this tool with John the Ripper aswell, so this is extremely fast way to "make" your own dictionary and you can use all alphanumeric also and special letters....Usage of this tool is very simple:
so after you enabled interface on monitor mode with airmon-ng and found with airodump-ng network you want to crack open new terminal and type this command:
(****) use name of document which ever you want....
-n 8 10 is min and max lenght of key as i told be4....
2.) Second way to crack it without a dictionary is using tool called reaver
So first of all how to get a reaver - just copy paste this code or type 1 by 1 in terminal between &&
Now after you enabled your interface mode on mon0 and found network you'd like to crack type this command in new terminal
-i interface
-b bssid you found with airodump
-vv give very verbose output
also here is a few more commands for reaver you can type in ( always you can check with --help command list so...)
-dh--small gonna speed it up
-d 0 command to set delay to 0 ( by deafult it's 1)
and 3rd method i'm not talkig about in this thread is Evil Twins Method .... I'm gonna type something about it in next thread it's a bit more complicated....Thanks
_-= THE END=-_
1.) Combination of aricrack-ng and tool called WordField
So first of all you can download WordField here
For all beginners here is code for installation:
Code:
tar xfvz wordfield-0.1beta1.tar.gz
cd wordfield-0.1beta1/ && make && sudo make installcd - change directory
so you can combine this tool with John the Ripper aswell, so this is extremely fast way to "make" your own dictionary and you can use all alphanumeric also and special letters....Usage of this tool is very simple:
Code:
wordfield [OPTION...] MINLENGTH [MAXLENGTHso after you enabled interface on monitor mode with airmon-ng and found with airodump-ng network you want to crack open new terminal and type this command:
Code:
wordfield -a -n 8 10 | aircrack-ng -b BSSID -w - ****.cap(****) use name of document which ever you want....
-n 8 10 is min and max lenght of key as i told be4....
2.) Second way to crack it without a dictionary is using tool called reaver
So first of all how to get a reaver - just copy paste this code or type 1 by 1 in terminal between &&
Code:
sudo apt-get install libsqlite3-dev && wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz && tar xfvz reaver-1.4.tar.gz && cd reaver-1.4/src/ && ./configure && make && sudo make instalNow after you enabled your interface mode on mon0 and found network you'd like to crack type this command in new terminal
Code:
sudo reaver -i mon0 -b BSSID -vv-i interface
-b bssid you found with airodump
-vv give very verbose output
also here is a few more commands for reaver you can type in ( always you can check with --help command list so...)
-dh--small gonna speed it up
-d 0 command to set delay to 0 ( by deafult it's 1)
and 3rd method i'm not talkig about in this thread is Evil Twins Method .... I'm gonna type something about it in next thread it's a bit more complicated....Thanks
_-= THE END=-_
Grades doesn't measure intelligence and age doesn't define maturity


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)