.cap hash extraction
#6
sorry to be annoying but on to something else understanding hashes, i used the following:

./hashcat-cli32.bin -1 ABCDEFGHIJKLMNOPQRSTUVWXYZ -m (all below) --pw-min=8 --pw-max=8 -a3 hash ?1?1?1?1?1?1?1?1


10 = md5($pass.$salt)
20 = md5($salt.$pass)
30 = md5(unicode($pass).$salt)
40 = md5($salt.unicode($pass))
50 = HMAC-MD5 (key = $pass)
60 = HMAC-MD5 (key = $salt)
100 = SHA1
110 = sha1($pass.$salt)
120 = sha1($salt.$pass)
130 = sha1(unicode($pass).$salt)
140 = sha1($salt.unicode($pass))
150 = HMAC-SHA1 (key = $pass)
160 = HMAC-SHA1 (key = $salt)

and i get

Skipping line: <44hex hash removed by epixoip> (separator unmatched)

what does (separator unmatched) mean relating to the above hash types

if possible can someone tell me what hash type/types it could be help narrow it down

thanks

keen2learn


Messages In This Thread
.cap hash extraction - by keen2learn - 08-22-2014, 12:31 AM
RE: .cap hash extraction - by undeath - 08-22-2014, 02:02 AM
RE: .cap hash extraction - by keen2learn - 08-22-2014, 06:15 PM
RE: .cap hash extraction - by undeath - 08-22-2014, 06:43 PM
RE: .cap hash extraction - by keen2learn - 08-22-2014, 08:32 PM
RE: .cap hash extraction - by undeath - 08-25-2014, 06:35 PM
RE: .cap hash extraction - by keen2learn - 08-25-2014, 12:02 AM
RE: .cap hash extraction - by epixoip - 08-25-2014, 12:30 AM
RE: .cap hash extraction - by keen2learn - 08-26-2014, 08:24 PM
RE: .cap hash extraction - by undeath - 08-26-2014, 09:37 PM