hashcat and Apache SHA1? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: hashcat and Apache SHA1? (/thread-1930.html) |
hashcat and Apache SHA1? - harrycanyon - 01-09-2013 Is hashcat able to handle Apache SHA1 hashes, and if so, how? When I do this (on the the hash for 'pass'): Code: ./cudaHashcat-plus64.bin -a 3 --force -m 100 nU4eI71bcnBGqeO0t9tXvY1u5oQ= I just get this: Code: WARNING: Hash 'nU4eI71bcnBGqeO0t9tXvY1u5oQ=': Line-length exception The hash has been generated like this: Code: htpasswd -nbs username pass http://httpd.apache.org/docs/2.2/misc/password_encryptions.html Edit: Never mind, of course I found out how to do it just after I posted this. The solution: Code: ./cudaHashcat-plus64.bin -a 3 --force -m 101 '{SHA}nU4eI71bcnBGqeO0t9tXvY1u5oQ=' RE: hashcat and Apache SHA1? - atom - 01-09-2013 Thanks! |