HMAC-SHA1 with an MD5 key
#2
Well I'd just create the 26^5 combinations using maskprocessor like

mp64.bin -1 0123456789abcdef ?1?1?1?1?1 -o out.txt

Then you can use hmac sha1 mode to crack it (mode 50) in -a 0 mode with out.txt as wordlist. Once you've cracked it you know the md5 which was used as key.

Take it as hash for another invoation of hashcat in -a 3 mode with -m 0 and with the same mask -1 0123456789abcdef ?1?1?1?1?1 then you should be able to find it.


Messages In This Thread
HMAC-SHA1 with an MD5 key - by johnbrizard51 - 10-01-2017, 04:22 AM
RE: HMAC-SHA1 with an MD5 key - by atom - 10-01-2017, 11:55 AM
RE: HMAC-SHA1 with an MD5 key - by johnbrizard51 - 10-01-2017, 04:30 PM
RE: HMAC-SHA1 with an MD5 key - by atom - 10-01-2017, 07:03 PM
RE: HMAC-SHA1 with an MD5 key - by johnbrizard51 - 10-03-2017, 07:14 PM