./hashcat.hctune: No such file or directory
#1
I try to use hashcat64 on win10

but after i type the commands for cracking

i have this issue
Code:
./hashcat.hctune: No such file or directory

i try to create a file .bat in my hashcat directory

Code:
@echo off
set original_dir="%CD%"
cd "C:\Program Files\hashcat-5.1.0"
hashcat64.exe %*
cd "%original_dir%"


but i have always this problem
Reply


Messages In This Thread
./hashcat.hctune: No such file or directory - by Roy Roger - 04-02-2020, 03:05 AM