Cannot get it to work with salt
#1
I have been experimenting trying to find a password and salt I created but it never seems to work although it works fine with just the password.

I'm using the latest oclHashcat64.exe and HashcatGui as a front end.

I have created a sha1 hash of :

passtext = 80439F84D16111C24A7748F40B95F12696FB545B

and a salt of

foosalt = 666F6F73616C74

I create a hash.txt of:

80439F84D16111C24A7748F40B95F12696FB545B:666F6F73616C74

and use the hash type of sha1($pass,$salt)

but it just exhausts

If I do this without the salt 'SHA1' it works fine.

Am I missing something here?
#2
if you're going to specify the salt in hex, then you need use --hex-salt. otherwise, just use 80439F84D16111C24A7748F40B95F12696FB545B:foosalt
#3
It just exhausts the same.

I dont know if this is maybe an issue with HashcatGUI

I just use:

Charset of ?l

Mask ?l?l?l?l?l?l?l?l?

Length 8 - 8

And I just get this


Session.Name...: 10013154
Status.........: Exhausted
Input.Mode.....: Mask (?l?l?l?l?l?l?l?l) [8]
Hash.Target....: 80439f84d16111c24a7748f40b95f12696fb545b:foosalt
Hash.Type......: sha1($pass.$salt)
Time.Started...: Thu Apr 10 01:31:54 2014 (40 secs)
Time.Estimated.: 0 secs
Speed.GPU.#1...: 1426.0 MH/s
Speed.GPU.#2...: 1465.5 MH/s
Speed.GPU.#*...: 2891.5 MH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 208827064576/208827064576 (100.00%)
Rejected.......: 0/208827064576 (0.00%)

If I remove the salt and change it to Hash Type: SHA1 it works fine.

Session.Name...: 10014544
Status.........: Cracked
Input.Mode.....: Mask (?l?l?l?l?l?l?l?l) [8]
Hash.Target....: 80439f84d16111c24a7748f40b95
Hash.Type......: SHA1
Time.Started...: Thu Apr 10 01:45:44 2014 (28 secs)
Speed.GPU.#1...: 2469.0 MH/s
Speed.GPU.#2...: 1690.4 MH/s
Speed.GPU.#*...: 4159.5 MH/s
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00
Progress.......: 160822788096/208827064576 (77.01%)
Rejected.......: 0/160822788096 (0.00%)
HWMon.GPU.#1...: 80% Util, 64c Temp, 60% Fan
HWMon.GPU.#2...: 80% Util, 64c Temp, 60% Fan


This is the GUI Ive been using

http://www.md5decrypter.co.uk/hashcat-gui.aspx
#4
Just ignore everything I said. I'm a Knob end. Maybe its time for bed here. I had incorrectly hashed the password and salt.................... Undecided