Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
Thank for the Great Tutorial
But i have on question !!
What tha meaning of Big dictionary ?
Becouse it didn't work for me when I reach Thisi command
aireplay-ng --deauth 1 -a 00:24:B2:A0:51:14 -c 00:14:17:94:90:0D mon0
Nothing Happen and a new command line appear
Thank u Again
Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
Please help me.
I use a usb to boot backtrack .I have a dictionary.txt in usb but I dont know how to access to this file when I crack (aircrack-ng -w...???) . Thank !
excuse for my english!
Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
ni tutorial g0tm1lk keep up the good work.....!!
Re: [Video] Cracking WiFi - WPA/WPA2 with Hidden SSID (aircrack-ng + airolib-ng)
I did something wrong, didn't find key
root@bt:~# aircrack-ng -r crackwpa output*.cap
Opening output-01.cap
Opening output-02.cap
Read 220329 packets.
# BSSID ESSID Encryption
1 BSSID SHOWN HERE Batman Strikes WPA (1 handshake)
Choosing first network as target.
Opening output-01.cap
Opening output-02.cap
Reading packets, please wait...
Aircrack-ng 1.0 r164
Quitting aircrack-ng...
Re: [Video] Cracking WiFi - WPA/WPA2 with Hidden SSID (aircrack-ng + airolib-ng)
Quote:
Originally Posted by
Desert
Thank for the Great Tutorial
But i have on question !!
What tha meaning of Big dictionary ?
Becouse it didn't work for me when I reach Thisi command
aireplay-ng --deauth 1 -a 00:24:B2:A0:51:14 -c 00:14:17:94:90:0D mon0
Nothing Happen and a new command line appear
Thank u Again
The dictionary has no effect on that command. You need a big dictionary, because the chance of it having the pass-phrase is increased.
Are you sure they are the correct MAC address (and the right away around?)
If it doesnt work - try and manually disconnect and reconnect - see if you can get the handshake that way.
Quote:
Originally Posted by
btrack4
Please help me.
I use a usb to boot backtrack .I have a dictionary.txt in usb but I dont know how to access to this file when I crack (aircrack-ng -w...???) . Thank !
excuse for my english!
Mount it?
Im guessing your going to need konqueror...
Quote:
Originally Posted by
longjidin
ni tutorial g0tm1lk keep up the good work.....!!
Thanks for the thanks!
Quote:
Originally Posted by
gibbsfan19
I did something wrong, didn't find key
root@bt:~# aircrack-ng -r crackwpa output*.cap
Opening output-01.cap
Opening output-02.cap
Read 220329 packets.
# BSSID ESSID Encryption
1 BSSID SHOWN HERE Batman Strikes WPA (1 handshake)
Choosing first network as target.
Opening output-01.cap
Opening output-02.cap
Reading packets, please wait...
Aircrack-ng 1.0 r164
Quitting aircrack-ng...
I think the problem is the pass-phrase isn't in the dictionary. Open the dictionary (either kate or cat/grep) and check that it is in there
Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
hi
i have a .cap with one handshake but the pass phrease is not in the dictionary ( the wpa key is 4hjh45uo9u is a bt home hub), i wonder where i can dl a password list with this kind of words ( letters and numbers). or there is no way to find this kind of "words" in the dictionary.
and i'm using aircrack-ng for windows, what will be the phat for this comand in windows ( airolib-ng crackwpa --import passwd /root/tools/dictionaries/g0tmi1k.lst
)
i type airolib-ng crackwpa --import passwd /usr/bin/big-wpa-list-1.lst
aircrack is on c:\aircrack\bin\aircrack
but no luck ( this to speed up the cracking proces)
best regards
Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
Quote:
Originally Posted by
q6600
hi
i have a .cap with one handshake but the pass phrease is not in the dictionary ( the wpa key is 4hjh45uo9u is a bt home hub), i wonder where i can dl a password list with this kind of words ( letters and numbers). or there is no way to find this kind of "words" in the dictionary.
Yes you can download that sort of word list you just have to find it or you can generate your own.(All lists have to be generated by someone they don't just appear out of thin air.)
Below I have listed a script to generate your own pass list in the format you listed above.
Code:
#!/bin/bash
# Number of Passwords to generate, default 1,000
if [ "$1" != "" ]; then
num=$1
else
num="1000"
fi
# Length of password, default 7
if [ "$2" != "" ]; then
len=$2
else
len="7"
fi
cat /dev/urandom|tr -dc "a-zA-Z0-9-_\$\?"|fold -w $len|head -n $num
To use it call it in your shell like this "scriptname num len > /save/list/to/newlist.lst" replace num with how ever many passwords you want to generate. len is the length of the password if you want 5 characters put 5 where len is etc. Then after that is > this tells the script where you want the file to be saved.
If you dont want it to have symbols in the passwords simply remove -_\$\? from the last line.
Quote:
and i'm using aircrack-ng for windows, what will be the phat for this comand in windows ( airolib-ng crackwpa --import passwd /root/tools/dictionaries/g0tmi1k.lst
)
i type airolib-ng crackwpa --import passwd /usr/bin/big-wpa-list-1.lst
aircrack is on c:\aircrack\bin\aircrack
but no luck ( this to speed up the cracking proces)
best regards
Your on a backtrack forum for linux operating systems..... The script I wrote for you above wont work on windows, you will have to figure out another way to generate your pass list.
Back Track is the best OS for cracking wifi in my opinion it can be a live CD so really no reason to try to crack under windows you should be able to use it an leave your windows intact. Anyways the correct command would be to have the correct file path to your list last I checked windows did not have a usr or bin directory odds are your path would be something like this airolib-ng crackwpa --import passwd "C:\Documents And Settings\User\My Documents\big-wpa-list-1.txt" The part after passwd is the path to the text file with the list in it where ever you saved it is what you put there.
Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
does anyone hv idea about this code : airolib-ng crackwpa --batch
i was using wpa-big list almost hv 1,2gb. using the code it took a very very long time. hope some one hv anyway to make it more fast.
tks
Re: [Video] How to: Crack WPA/WPA2 (aircrack-ng + airolib-ng)
Quote:
Originally Posted by
g0tmi1k
Well... the AP, is on a different channel to you! (Your on 1, its on 6!)
What OS is the client running? It didnt work 100% for me, when the client was Windows 7...
Ive also found that the some attacks work better with different routers...Swap the router if you have another one?
so where you going with this?