Posts: 8
Threads: 3
Joined: Apr 2012
04-06-2012, 12:31 AM
hi
i have a gtx550ti and i want to use cudahashcat64 on win 7-64bit for cracking wp hashes
ive tryed to brutefoce the password with gui version this is the final code
Code:
cudaHashcat-plus64.exe --hash-type 400 --attack-mode 3 --custom-charset1 ?l --custom-charset2 ?u --custom-charset3 ?d --custom-charset4 ?s D:\wp.txt
that i get but when i press start the cmd will open and nothing happens:
Code:
Usage: .\cudaHashcat-plus64.exe [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
Try --help for more help.
D:\oclHashcat-plus>
the wp.txt is my hash list.whats the problem?and is it best to use bruteforce for this case ?
Posts: 649
Threads: 18
Joined: Nov 2010
you need to specify the mask. replace your custom-charset with:
-1 ?l?u?d?s
then use ?1?1?1?1?1
or however many chars you want to attempt.
Posts: 8
Threads: 3
Joined: Apr 2012
thanks for reply .
but it still like before
cudaHashcat-plus64.exe --hash-type 400 --attack-mode 3 --custom-charset1 ?l?u?d?s D:\wp.txt
it seems the process just dont start
Posts: 649
Threads: 18
Joined: Nov 2010
yeah cause you didnt do what I told you to do.
Posts: 313
Threads: 44
Joined: Aug 2011
you still didn't specify a mask. try this
cudaHashcat-plus64.exe -a 3 -m 400 D:\wp.txt -1 ?l?u?d?s ?1?1?1?1?1?1?1?1
Posts: 649
Threads: 18
Joined: Nov 2010
(04-06-2012, 01:04 AM)forumhero Wrote: you still didn't specify a mask. try this
cudaHashcat-plus64.exe -a 3 -m 400 D:\wp.txt -1 ?l?u?d?s ?1?1?1?1?1?1?1?1
ohhhhhh the hand holding
Posts: 313
Threads: 44
Joined: Aug 2011
the way i see it is if you're not gonna help the guy why bother posting. there's a lack of examples in the wiki so for first timers using the tool is confusing. i know that's how i felt like when i started off with hashcat... just sayin
Posts: 8
Threads: 3
Joined: Apr 2012
i need some more help
im doing it :
cudaHashcat-plus64.exe -m 400 -a 3 -1 ?l?u?d?s D:\wp.txt
still nothing can u just give me an example?
im thnking that im using gui version so why whould i have these problems ?
Posts: 649
Threads: 18
Joined: Nov 2010
there are a couple examples, you just have to take the time too actually look.
Posts: 313
Threads: 44
Joined: Aug 2011
(04-06-2012, 01:18 AM)Crim3R Wrote:
i need some more help
im doing it :
cudaHashcat-plus64.exe -m 400 -a 3 -1 ?l?u?d?s D:\wp.txt
still nothing can u just give me an example?
im thnking that im using gui version so why whould i have these problems ?
holy crap i just gave you an example