need help for cracking WP hash
#1
Shocked 
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 ?
#2
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.
#3
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
#4
yeah cause you didnt do what I told you to do.
#5
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
#6
(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
#7
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
#8
Big Grin
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 ?
#9
there are a couple examples, you just have to take the time too actually look.
#10
(04-06-2012, 01:18 AM)Crim3R Wrote: Big Grin
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