Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Missing words in dic file?
Post: Missing words in dic file?
I'm been testing out cuda hashcat for a while messing around cracking a wpa handshake from my router. I haven't had any issues with the cuda cracker it works great. Now I'm trying to test out just the... |
|
JoeBobJr |
Old hashcat Support
|
8 |
15,211 |
12-25-2013, 07:44 AM |
|
|
Thread: Missing words in dic file?
Post: RE: Missing words in dic file?
radix Wrote: (12-25-2013, 07:49 AM)
--
Bet 7 million are less than 8 characters which is the minimum pass len for wpa.
--
All passwords in the file are 10 digits long. All 10 million of them. |
|
JoeBobJr |
Old hashcat Support
|
8 |
15,211 |
12-25-2013, 07:55 AM |
|
|
Thread: Missing words in dic file?
Post: RE: Missing words in dic file?
radix Wrote: (12-25-2013, 08:19 AM)
--
Hmmm... is your wordlist incremental (ie 0000000000, 0000000001, etc)? If so, try this:
./hashcat-cli64.bin -m 2500 -n 20 cap.hccap -a 3 ?d?d?d?d?d?d?d?d?d?d
... |
|
JoeBobJr |
Old hashcat Support
|
8 |
15,211 |
12-25-2013, 08:37 AM |
|
|
Thread: Missing words in dic file?
Post: RE: Missing words in dic file?
radix Wrote: (12-25-2013, 08:45 AM)
--
ok so you could do:
./hashcat-cli64.bin -m 2500 -n 2 cap.hccap -a 3 8?d?d?d?d?d?d?d?d?d
Saves you 10gig of space. To explain your initial paste a bit bet... |
|
JoeBobJr |
Old hashcat Support
|
8 |
15,211 |
12-25-2013, 08:49 AM |
|
|
Thread: Missing words in dic file?
Post: RE: Missing words in dic file?
By the way the main reason I am testing out the regular hashcat is I have an old mini tower it's an Acer L100 someone gave me a while back. The built in nvidia card isn't supported by cuda and I wante... |
|
JoeBobJr |
Old hashcat Support
|
8 |
15,211 |
12-25-2013, 08:55 AM |
|
|
Thread: Missing words in dic file?
Post: RE: Missing words in dic file?
radix Wrote: (12-25-2013, 08:45 AM)
--
ok so you could do:
./hashcat-cli64.bin -m 2500 -n 2 cap.hccap -a 3 8?d?d?d?d?d?d?d?d?d
Saves you 10gig of space. To explain your initial paste a bit bet... |
|
JoeBobJr |
Old hashcat Support
|
8 |
15,211 |
12-25-2013, 09:08 AM |