![]() |
What I'm 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 I'm doing wrong? (/thread-4826.html) |
What I'm doing wrong? - Kittycat - 11-18-2015 Hello everyone ![]() Im trying to understand more about hascat and im loving it so in this moment along this week im dealing with a very years old MyBB hash but I didnt get any result until now. ![]() Any of you boys can help me out and tell me what im doind wrong? So here its the Masked details to not break forum rules: password: "7abeaXXXXXXXXXXXXXXXXXXXXXb96d" salt: "4qXXXXek" and I added that to a file that I called Hash.txt like this: 7abeaXXXXXXXXXXXXXXXXXXXXXb96d:4qXXXXek plus to help me out I made 2 big dictionary lists: words1.txt + words2.txt plus a recover file :recorver1.txt So in the hascat i did try this: ...\hashcat-cli32.exe -m 2811 --attack-mode 0 Hash.txt Words1.txt --outfile recorver1.txt No results with both big dictionary So I did try another way: ...\hashcat-cli32.exe -m 2811 --attack-mode 1 Hash.txt Words1.txt Words2.txt --outfile recorver1.txt and its running at more than 1 day now and recovered 0/1 hashes , 0/1 salt and no pass. What Im doing wrong boys? RE: What I'm doing wrong? - rico - 11-18-2015 --attack-mode 1 works differently between GPU and CPU versions. From: https://hashcat.net/wiki/doku.php?id=combinator_attack Quote:Combinator Attack Within (cpu) hashcat So you'll need to drop one of the dictionaries from the command (or "uniquely" combine them into a single dictionary, Words3.txt): hashcat-cli32.exe -m 2811 --attack-mode 1 Hash.txt Words3.txt --outfile recorver1.txt And I'm not a boy. |