What am I doing wrong? - 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: What am I doing wrong? (/thread-1022.html) |
What am I doing wrong? - Dave - 03-29-2012 Good evening, I'm having a problem with Hashcat and I can't seem to fix it. Problem: I want to try to brute force a phpBB3 hash with the GUI. But when I press start after changing some settings, it just ends after 1 second. My GPU (HD4850) should be compatible, I just tried Hashcat-lite with a MD5 hash. I also updated the drivers/Catalyst to the latest versions. Screenshot: http://gyazo.com/3c4628427f896bfea02fe8e53e08d4f6.png Command: hashcat-cli32.exe --hash-mode 400 --attack-mode 3 --output-file E:\Downloads\hashcat-gui-0.5.1\hashcat-gui-0.5.1\hashcat\out.txt --threads 4 E:\Downloads\hashcat-gui-0.5.1\hashcat-gui-0.5.1\hash.txt ?l?u?d hash.txt contains "$H$9WprkgKfUe4apPczlDbk09hg.S1yRJ/" as example. I already tried to mess around with the Mask/Separator and some other things but no luck so far. Could anyone please help me out? Edit: same thing happens in hashcat-plus. RE: What am I doing wrong? - M@LIK - 03-29-2012 when u putting [?l?u?d] as a mask.. its only trying [aA1, aA2.. aB1 aB2..] u have to define the charsets.. then putting the mask.. ur command line should be like this:: Code: hashcat-cli32 -m400 -a3 -oout.txt -n4 -1 ?l?u?d hash.txt ?1?1?1?1?1?1?1?1 1- [hash.txt] should be in the same folder. 2- [out.txt] will be also in the same folder. 3- [?1] means one letter.. so if u want the length=3 >> ?1?1?1 ,, length=4 >> ?1?1?1?1 happy cracking ; ) RE: What am I doing wrong? - KT819GM - 03-30-2012 Don't know how everything with gui, but maybe at first you need to run hashcat without gui to accept EULA? |