04-02-2020, 03:05 AM
I try to use hashcat64 on win10
but after i type the commands for cracking
i have this issue
i try to create a file .bat in my hashcat directory
but i have always this problem
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