Custom cracking algorithm - 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: Custom cracking algorithm (/thread-7597.html) |
Custom cracking algorithm - Markzuberg64 - 06-21-2018 Hello forum members , I am new here. I was playing with hashcat and its really interesting the way it cracks a hash. I want to ask if its possible to supply hashcat with a custom written script in c or any other language to perform some steps. Or if its possible to pipe output of one command into another hashcat instance. I am trying to crack hash generated from sha256 hash of md5 hash of a string. Hopefully its possible. Doesnt matter even if it takes millions of years as i am going to try it on known input and output mixed in a million other strings. Just to test its capability. Thanks RE: Custom cracking algorithm - atom - 06-21-2018 I'm not 100% certain I've understood your question correctly. But I think what you want to do is to use hashcat hook functionality. You need to write the hook function in C. See seven_zip_hook_func() as an example. RE: Custom cracking algorithm - Markzuberg64 - 06-21-2018 Thanks. I will check and revert . |