where to download autocrack.pl script?
#5
Tongue 
Interesting.

Thanks for the posting restrictedbytes.

By looking at the script, I propose this
- make sure the files or tools to crack have to be in the right the directories it is hard-coded
- the tool for crack were these sort, expander, oclHashcat64.bin
my $cmd_sort = "/usr/bin/sort";
my $cmd_expander = "/root/hashcat-utils-0.5/expander.bin";
my $cmd_oclHashcat = "/root/oclHashcat-0.26/oclHashcat64.bin

the last line show that version, and tool are not for oclHashcat-plus

That is why the autocrack script not works any more. Update those parts and that will working just fine. I would say so. If no one has time to give an updated script, I will do that at this week-end.

Though, I have never tried this script or/and on hash, so I am a little bit newbie on this area, and may need help while running the test excercise forumhero


Messages In This Thread
RE: where to download autocrack.pl script? - by ntk - 04-11-2012, 10:31 AM