How to choose the most effective command - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: How to choose the most effective command (/thread-6075.html) |
How to choose the most effective command - Ruby_1993 - 11-28-2016 I know a password is a 5-character password from the set A-Z,a-z,0-9, uses MD5, uses the same salt for all entries h(0,pwd). Another password has the same situation with the first one but uses a 8-bit salt h(s,pwd). What command can I choose to make the brute force effective? I choose 'hashcat64.exe --hash-type 10 --attack-mode 3 file1.txt', is there any command that can make it faster? Thanks. RE: How to choose the most effective command - Ruby_1993 - 11-28-2016 I solve it. -m 20 -a 3 -1 ?l?d?u file3.txt ?1?1?1?1?1 RE: How to choose the most effective command - atom - 11-29-2016 Also add -w 3 |