Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

From One of the earlier replies - "In this case a mask of ?l?l?l?l should crack it." Where will I put that mask? Will it be part of dict.txt in our example? Thanks, Satish
feedworks Old hashcat Support 12 53,246 08-01-2013, 12:17 AM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

philsmd Wrote: (07-31-2013, 06:01 PM) -- Code: -- $ cat dict.txt abcd $ cat m0160.txt # masked 8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c:1234 $ ./hashcat-cli64.bin --quiet -m 160 m0160.txt dict....
feedworks Old hashcat Support 12 53,246 07-31-2013, 06:07 PM
    Thread: Breaking SHA1-HMAC
Post: Breaking SHA1-HMAC

I am new to hashcat and trying to do a simple experiment. I generated a hash using the following: echo -n "abcd" | openssl dgst -sha1 -hmac 1234 It generated a hash: 8717c25d45b7c48e66d9172...
feedworks Old hashcat Support 12 53,246 07-31-2013, 05:01 AM