MD5 crack with first chars known - 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: MD5 crack with first chars known (/thread-6818.html) |
MD5 crack with first chars known - eprup - 08-26-2017 Hi, i'm trying to decripty an md5 hash, i at last found the right hash ad how it's done. I know that my hash is created with this formula MD5(user:modem model:password), i have created a test user called test with password test and MD5(test:modem model:test) made exactly the hash stored in the db. Now i'm trying to use hashcat to recover another user password, so i have a fixed part that is "another user:modem model:" + the brute force part. I' reading the mask attack and so on but i must do something wrong, tips will be appreciated. Thanks in advance. (modem model could have blank spaces, just for info) RE: MD5 crack with first chars known - eprup - 08-26-2017 ok maybe -a 6 will be my friend RE: MD5 crack with first chars known - atom - 08-28-2017 I'd go -m 20, that allows you to use all attack-modes |