Custom cracking algorithm
#1
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
#2
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.
#3
Thanks. I will check and revert .