Autocrack.sh Cygwin Path issues? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Autocrack.sh Cygwin Path issues? (/thread-5314.html) |
Autocrack.sh Cygwin Path issues? - operat0r - 03-08-2016 I have my own modded old batchcrack but I have the same issues with passing paths to and from cygwin... trying to figure out how https://hashcat.net/tools/experiments/autocrack/autocrack-plus.pl works and use it : Cygwin (win7) any-path I put in the wordlist . Only thing that works is /cygdrive/d/Dictionaries/rockyou.txt but when its passed to older autocrack.sh it says it does not exist and the new one just says the following even with quiet removed Code: $ perl autocrack-plus.pl 1000 Code: $ perl autocrack-plus.pl 1000 The workaround I use for my old script is a improper hack but it sorts the wordlist : Code: ## RE: Autocrack.sh Cygwin Path issues? - atom - 03-10-2016 > autocrack-plus holy shit that's old like hell. don't expect this to work with latest version RE: Autocrack.sh Cygwin Path issues? - operat0r - 03-11-2016 Ya soo what should I be using besides my crap script. I know one of you has automated scripts ... https://rmccurdy.com/scripts/batchcrack_rmccurdy_cygwin.sh RE: Autocrack.sh Cygwin Path issues? - atom - 03-11-2016 Play around with the different attack-modes, find what you like, write your own |