Help figuring out TOPT (HMAC-SHA1) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Help figuring out TOPT (HMAC-SHA1) (/thread-7989.html) |
Help figuring out TOPT (HMAC-SHA1) - Pateet - 12-05-2018 Hi, I'm kinda new to hashcat, only used it to crack MD5's before but I saw that the new version supports TOTP (HMAC-SHA1) dehashing and I gave it a try. I couldn't find any examples detailing the specifics of using the algorithm but managed to throw together a command. After running, "hashcat64 -m 18100 -i -a 3 -d 3 -keep-guesing -o out.txt in.txt ?l?l?l?l", I noticed that I missed something obvious because I never declared a timestamp for the TOTP (there is only one in the file at this point) and my file is in the format TOTPeriod. (-TOTP-:-Period-) So my questions are: Does the command seem right or did I make a mess of it? And, is there some way to declare the timestamp associated with the TOTP and if so, then how can I declare it? RE: Help figuring out TOPT (HMAC-SHA1) - philsmd - 12-05-2018 see https://www.unix-ninja.com/p/attacking_google_authenticator |