Posts: 3
Threads: 1
Joined: Feb 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
Posts: 2,301
Threads: 11
Joined: Jul 2010
there is no difference to sha1(salt.password) with salt := salt.username
Posts: 3
Threads: 1
Joined: Feb 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
Posts: 2,301
Threads: 11
Joined: Jul 2010
in your example you would specify salt as "1234admin". Problem solved.
Posts: 3
Threads: 1
Joined: Feb 2015
02-16-2015, 02:54 AM
(This post was last modified: 02-16-2015, 02:59 AM by someuser1.)
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