Recover from hash with SSHA and Salt
#4
I've tried:

Code:
...\cudaHashcat-1.36>cudahashcat64 -m --hash-type=111 -a --attack-mode=3 hash.txt -o out.txt
cudaHashcat v1.36 starting...

WARNING: Hashfile 'hash.txt' in line 1 ({ssha}********************************************==): Line-length exception
Parsed Hashes: 1/1 (100.00%)

ERROR: No hashes loaded

...\cudaHashcat-1.36>cudahashcat64 -m --hash-type=111 -a --attack-mode=3 hash.txt -o out.txt
cudaHashcat v1.36 starting...

WARNING: Hashfile 'hash.txt' in line 1 (**************************************************************************************=): Line-length exception
Parsed Hashes: 1/1 (100.00%)

ERROR: No hashes loaded

I've also tried:

Code:
cudahashcat64 -m 110 -a --attack-mode=3 hash.txt -o out.txt

...and I keep getting "Separator unmatched" or "Line-length exception"


Messages In This Thread
Recover from hash with SSHA and Salt - by w98 - 05-28-2015, 03:57 PM
RE: Recover from hash with SSHA and Salt - by w98 - 05-28-2015, 04:28 PM
RE: Recover from hash with SSHA and Salt - by w98 - 05-28-2015, 04:44 PM
RE: Recover from hash with SSHA and Salt - by w98 - 05-28-2015, 05:00 PM