HMAC-SHA1 (key = $pass)-which format? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: HMAC-SHA1 (key = $pass)-which format? (/thread-2170.html) |
HMAC-SHA1 (key = $pass)-which format? - eljolot - 03-25-2013 Hi I was trying to test the mode 160 and 150 of hashcat, but I didn't found clear info, about how to test this hashes 0xde7c9b85b8b78aa6bc8a7a36f70a90701c9db4d9 I know the have a "key" but how to put that in the correct format to test with hashcat, I can't do it right. I got only this. Code: Skipping line: 0xfbdb1d1b18aa6c08324b7d64b71fb76370690e1d (seperator unmatched) where put the key? thnx RE: HMAC-SHA1 (key = $pass)-which format? - atom - 03-26-2013 its a simple hashalt format RE: HMAC-SHA1 (key = $pass)-which format? - eljolot - 03-26-2013 but how should look like? I tried this way, and nothing Code: 0xde7c9b85b8b78aa6bc8a7a36f70a90701c9db4d9:key Code: hashcat -a 0 -m 150 -o /root/Desktop/h_joomla.txt '/root/Desktop/w.txt' '/root/dic/' --remove RE: HMAC-SHA1 (key = $pass)-which format? - atom - 03-26-2013 remove the 0x RE: HMAC-SHA1 (key = $pass)-which format? - eljolot - 03-26-2013 good atom, thank you lot Code: hashcat -a 0 -m 160 -o /root/Desktop/h.txt '/root/Desktop/w.txt' '/root/dic/test.txt' |