Using autocrack.py
#2
So I started getting somewhere. Below is what I have tried but I am running into this error now. Inside of the autocrack.py I don't see anything telling it to look for that particular folder called wordlists. It looks like everything is supposed to be dumped in one location which I did besides the hashes themselves. It appears to be looking for a wordlists folder inside of the Hashcat folder I pointed it to. I created a wordlists folder in there and threw in rockyou.txt to see if that would help but it still says no such file or directory.

python3 autocrack.py -m 1000 -r all -w all -i ~/Desktop/HashesComplete.txt
Finding all wordlists in path ~/Documents/Hashcat/wordlists/...
Traceback (most recent call last):
File "/home/infoseckali/Documents/Hashcat/autocrack.py", line 385, in <module>
main()
File "/home/infoseckali/Documents/Hashcat/autocrack.py", line 320, in main
masterWordlist[0] = findWordlists(0,args.wlfilter)
File "/home/infoseckali/Documents/Hashcat/autocrack.py", line 243, in findWordlists
tempList = [os.path.join(BASESUPPORTFILESPATH,'wordlists/',wlf) for wlf in os.listdir(path=os.path.join(BASESUPPORTFILESPATH,'wordlists/'))]
FileNotFoundError: [Errno 2] No such file or directory: '~/Documents/Hashcat/wordlists/'
Reply


Messages In This Thread
Using autocrack.py - by Mango101Mata - 07-20-2023, 04:20 PM
RE: Using autocrack.py - by Mango101Mata - 07-20-2023, 04:56 PM
RE: Using autocrack.py - by Snoopy - 07-20-2023, 05:22 PM
RE: Using autocrack.py - by Mango101Mata - 07-20-2023, 05:27 PM