Hi all,
I created a small DOS interface for Crunch and HashCat and it works pretty well !
Do you think my main command line could be improved ?
Is there an option to stop the command once the password has been found ?
Because dear me, he continues to test combinations (this is not the case in the video).
I created a small DOS interface for Crunch and HashCat and it works pretty well !
Do you think my main command line could be improved ?
Code:
crunch_win %pass% abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 | hashcat64 -m %mode% --potfile-disable -o output.txt "%hash%"
Is there an option to stop the command once the password has been found ?
Because dear me, he continues to test combinations (this is not the case in the video).