Limited symbols - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Limited symbols (/thread-2941.html) |
Limited symbols - Petr - 12-24-2013 Hi, I try to bruteforse hash, use command: cudaHashcat32.exe -a 3 -1 q,?d -m 1000 12345.txt --outfile=rez.txt ?a?a?a? a?a How can i make that Hashcat use only symbols Qq1234567890? RE: Limited symbols - philsmd - 12-24-2013 Hi, it doesn't make much sense to explain it here, if we have a wiki page that explains it. Therefore, I refer you to: http://hashcat.net/wiki/doku.php?id=mask_attack Hint: cudaHashcat32.exe -m 1000 12345.txt --outfile=rez.txt -a 3 -1 Qq?d ?1?1?1?1?1 should work for passwords with exactly a length of 5, if you need to crack password w/ a length w/ less and/or more than 5, please check --increment and --increment-min 2 --increment-max 10 (where 2 is lower and 10 is uppe limit) RE: Limited symbols - Petr - 12-24-2013 I am recheking and it work thanks. Quote:Thanks for the quick answer. |