Hashcat don't parse sha256($pass.$salt) with --hex-salt
#1
Hashcat don't parse sha256($pass.$salt) with --hex-salt:

PHP Code:
# hashcat -V
v3.6.0-292-g7cf3c29
# cat test.txt 
b8ac34d77b442ab2bf91d276173fa57a113b21cc3bdf6ee20d175c0605522b90:31323334 
PHP Code:
# hashcat -m 1410 ./test.txt --hex-salt
hashcat (v3.6.0-292-g7cf3c29starting...

Device #3: WARNING! Kernel exec timeout is not disabled.
             This may cause "CL_OUT_OF_RESOURCES" or related errors.
             To disable the timeoutseehttps://hashcat.net/q/timeoutpatch
OpenCL Platform #1: NVIDIA Corporation
======================================
Device #1: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
Device #2: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
Device #3: GeForce GTX 1080, 2028/8113 MB allocatable, 20MCU

Compared hashes with potfile entries...Self-test hash parsing errorSalt-length exception

Started
Wed Sep  6 16:24:45 2017
Stopped
Wed Sep  6 16:24:45 2017 


Messages In This Thread
Hashcat don't parse sha256($pass.$salt) with --hex-salt - by Sha256 - 09-06-2017, 03:26 PM