sha256(pass.salt)
#1
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
#2
Your command-line?

FYI, the thread is closed.
#3
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
#4
Try something simple, like:
Code:
cudaHashcat-plus64  -m1410 -a3 A231FDDFB80C2EAC1EB4C38A36B9628F73A418988FCABD119C2E9C6E5F0E01E8::20120902:12 delicious90
#5
this works.... i have reformatted my hashfile and now it finds the password in dict mode too

anyway thanks for help