hashcat Forum
Custom Sha1 hash type - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Custom Sha1 hash type (/thread-4080.html)



Custom Sha1 hash type - someuser1 - 02-16-2015

Hello,
I can't seem to find this type of hash in hashcat, only similar ones.

sha1(salt.username.password)

Any advice on how to get it?

Thank you all


RE: Custom Sha1 hash type - undeath - 02-16-2015

there is no difference to sha1(salt.password) with salt := salt.username


RE: Custom Sha1 hash type - someuser1 - 02-16-2015

Thank you for your answer but I cant seem to understand it.

How can I run hashcat with that type of hash?

Let's assume my username is "admin" salt is "1234" and password is "1".
sha1(salt.password)=a3abfb32023fc352e71e3a487b66fe9f094a1e1a
sha1(salt.username.password)=9635a2f6891d42082e81f38716180e5d283f0a5d


RE: Custom Sha1 hash type - undeath - 02-16-2015

in your example you would specify salt as "1234admin". Problem solved.


RE: Custom Sha1 hash type - someuser1 - 02-16-2015

But the username is known and either the password and salt is what im trying to find out, how can hashcat parse it properly?

Thank you for you fast response