![]() |
need help for cracking WP hash - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: need help for cracking WP hash (/thread-1052.html) Pages:
1
2
|
need help for cracking WP hash - Crim3R - 04-06-2012 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 Code: Usage: .\cudaHashcat-plus64.exe [options]... hash|hashfile|hccapfile [dictionary|mask|directory]... the wp.txt is my hash list.whats the problem?and is it best to use bruteforce for this case ? RE: need help for cracking WP hash - radix - 04-06-2012 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. RE: need help for cracking WP hash - Crim3R - 04-06-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 RE: need help for cracking WP hash - radix - 04-06-2012 yeah cause you didnt do what I told you to do. RE: need help for cracking WP hash - forumhero - 04-06-2012 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 RE: need help for cracking WP hash - radix - 04-06-2012 (04-06-2012, 01:04 AM)forumhero Wrote: you still didn't specify a mask. try this ohhhhhh the hand holding RE: need help for cracking WP hash - forumhero - 04-06-2012 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 RE: need help for cracking WP hash - Crim3R - 04-06-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 ? RE: need help for cracking WP hash - radix - 04-06-2012 there are a couple examples, you just have to take the time too actually look. RE: need help for cracking WP hash - forumhero - 04-06-2012 (04-06-2012, 01:18 AM)Crim3R Wrote: holy crap i just gave you an example |