Its now 6 days from Nov, I don't think its going to be fixed
If it makes you feel better, I had to wait 18+ months to take my February 2011 prize. Don't give up unless the company actually told you they were not going to do it. Good luck!
Was looking for the Password cracking did not see it so Ill start here, sorry if its wrong please:
Hello,
been trying for a few days now trying to get hashcat to work, cracking a MD5 hash with salt.
This is just a quick example or what I am trying to do
69c12c189531e95fc6b6b4191ce29220 is the hash the salt is dz the password for this is dz0000 fakehash has the above hash salt has the above salt
This does not work: ./hashcat-cli32.bin -m 0 -a 3 -e salt --bf-pw-min=4 --bf-pw-max=6 --bf-cs-buf=1234567890 fakehash
When I run this it does work: ./hashcat-cli32.bin -m 0 -a 3 -e salt --bf-pw-min=4 --bf-pw-max=6 --bf-cs-buf=1234567890dz fakehash
When I run this it works but tries ./hashcat-cli32.bin -m 0 -a 3 -e salt --bf-pw-min=5 --bf-pw-max=6 --bf-cs-buf=abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ fackhash
to my understanding it start 0000 and goes from there so it should put dz in front and then at 6 it should do dz0000 resulting in the first crack. But instead it does 000000 and goes from there not using the salt. How do I force it to use salt any help would be greatly apprenticed.
Thank you so much I really appreciate this. To the last post I do apologize that my posts were lacking in March but I was heavy in to the OSCP, as well as writing grad papers for all 3 of my grad class, and I started a new job so I was really busy.