hashcat Forum
sha256(pass.salt) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: sha256(pass.salt) (/thread-1763.html)



sha256(pass.salt) - ckz666 - 11-17-2012

hi all,

i have a problem to crack a salted hash. i post it here because its allready public, so dont worry about it Wink

A231FDDFB80C2EAC1EB4C38A36B9628F73A418988FCABD119C2E9C6E5F0E01E8::20120902:12

where
A231FDDFB80C2EAC1EB4C38A36B9628F73A418988FCABD119C2E9C6E5F0E01E8
is the hash and
:20120902:12
is the salt

i have the password (in this case its delicious90) in my dict, but either hashcat nor hashcat+ wont find the pass...
i have tried to change the seperator but it doesnt work... anyone have some tips for me to get it work?

ty ckz666


RE: sha256(pass.salt) - M@LIK - 11-17-2012

Your command-line?

FYI, the thread is closed.


RE: sha256(pass.salt) - ckz666 - 11-17-2012

cudaHashcat-plus64.exe -a 0 -m 1410 -p : --gpu-temp-abort=90 "C:\Users\ckz666\sha256hash.txt" "C:\Users\ckz666\wordlist\crackedout.txt"

yeah i know its closed, but i want to try it anyway for myself Wink


RE: sha256(pass.salt) - M@LIK - 11-17-2012

Try something simple, like:
Code:
cudaHashcat-plus64  -m1410 -a3 A231FDDFB80C2EAC1EB4C38A36B9628F73A418988FCABD119C2E9C6E5F0E01E8::20120902:12 delicious90



RE: sha256(pass.salt) - ckz666 - 11-17-2012

this works.... i have reformatted my hashfile and now it finds the password in dict mode too

anyway thanks for help