04-08-2020, 10:42 AM
Hello,
I need to crack a sha-256 hash. I want to use several dictionary at the same time, but not in a combined mode.
I saw on the site this command which does not work on my pc.
I have a "cannot execute binary file" error.
If I do this command: hashcat starts with the 1st dictionary then goes on to the second.
What I would like is for him to do both at the same time.
Is it possible ?
For information I use Windows 10 with an Nvidia Gefoce gtx 1060 6gb graphics card
I need to crack a sha-256 hash. I want to use several dictionary at the same time, but not in a combined mode.
I saw on the site this command which does not work on my pc.
Code:
.\hashcat64.bin -m 0 -a 0 hash.txt dict1.txt dict2.txt dict3.txt
I have a "cannot execute binary file" error.
If I do this command:
Code:
.\Hashcat64.exe -m 1800 -a 0 --force -O -w 4 .\Humble_davtest.txt G:\Top2Billion-probable-v2.txt C:\temp\hashcat-5.1.0\rockyou.txt
What I would like is for him to do both at the same time.
Is it possible ?
For information I use Windows 10 with an Nvidia Gefoce gtx 1060 6gb graphics card