Posts: 1
Threads: 1
Joined: Nov 2018
Hi
When I can't run hashcat-4.1.0, there is a warning "./hashcat.hctune : No such file or directory". Anyone know how to fix it? Thanks
Posts: 803
Threads: 135
Joined: Feb 2011
Forst, get latest version (5.0.0).
Second, change you directory to hashcat. You must call hashcat from the diectroy where it has been unzipped.
Posts: 193
Threads: 0
Joined: Nov 2017
This is not a lot of info. Is it windows? linux? mac? what is your command you are running? can you see that file in your file browser?
My guess: You installed hashcat (extracted the zip) with user1 and are trying to run hashcat while logged in as user2. User2 doesn't have the rights to write files in the directory you are running hashcat in.
Posts: 107
Threads: 6
Joined: Sep 2018
I am also facing this issue under windows, if I call hashcat from a different location than its own folder. This issue is still present in 5.0.0, but did not occur in 4.0.1.
It is somewhat annoying if you included hashcat in your path environment variable to be flexible with the calling location, but blocks it you from doing so. Seems that something about the location of hashcat.hctune changed from 4.0.1 to 4.1.0.
Posts: 107
Threads: 6
Joined: Sep 2018
Posts: 803
Threads: 135
Joined: Feb 2011
It's not an issue.
Just change the directory: use "cd" under windows and linux.
Posts: 107
Threads: 6
Joined: Sep 2018
@OscarAkaElvis created a workaround on Github for users like me, who like to run Hashcat from arbitrary locations on Windows.
See:
https://github.com/hashcat/hashcat/issue...-458033314
Posts: 5,185
Threads: 230
Joined: Apr 2010
It's exactly what Mem5 told. The workaround is using cd to the installation folder.