dictionnary
#1
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.
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
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
Reply


Messages In This Thread
dictionnary - by blomb3rg - 04-08-2020, 10:42 AM
RE: dictionnary - by undeath - 04-08-2020, 11:33 AM
RE: dictionnary - by blomb3rg - 04-08-2020, 03:07 PM
RE: dictionnary - by blacktraffic - 04-08-2020, 02:27 PM
RE: dictionnary - by gentl - 04-09-2020, 12:13 AM