11-28-2020, 04:33 AM
Hello,
Could someone help to identify and see if hashcat supports this type of hash?
Hash is Sha-256 and salt coming with this random words, example below:
cotiarucea
bousabeacu
caethiawro
chialouchi
paiuiawafr
diotifraue
giadricrea
sleagoulea
stisloupru
crousostom
It's 10 characters salt.
Note: I want to add that this type of hash also has secret key - I am not sure if this secret key plays a role in the cracking process.
Deeply appreciate if someone can offer your advice and recommendation which mode to try in hashcat or other cracking software. I tried all the known type in hashcat known formats like:
1410 sha256($pass.$salt)
1420 sha256($salt.$pass)
1430 sha256(utf16le($pass).$salt)
1440 sha256($salt.utf16le($pass))
1450 HMAC-SHA256 (key = $pass)
1460 HMAC-SHA256 (key = $salt)
But no result - however, I am still thinking maybe I do not know the right format.
Thank You In Advance,
Could someone help to identify and see if hashcat supports this type of hash?
Hash is Sha-256 and salt coming with this random words, example below:
cotiarucea
bousabeacu
caethiawro
chialouchi
paiuiawafr
diotifraue
giadricrea
sleagoulea
stisloupru
crousostom
It's 10 characters salt.
Note: I want to add that this type of hash also has secret key - I am not sure if this secret key plays a role in the cracking process.
Deeply appreciate if someone can offer your advice and recommendation which mode to try in hashcat or other cracking software. I tried all the known type in hashcat known formats like:
1410 sha256($pass.$salt)
1420 sha256($salt.$pass)
1430 sha256(utf16le($pass).$salt)
1440 sha256($salt.utf16le($pass))
1450 HMAC-SHA256 (key = $pass)
1460 HMAC-SHA256 (key = $salt)
But no result - however, I am still thinking maybe I do not know the right format.
Thank You In Advance,