11-16-2016, 02:09 PM
(This post was last modified: 11-16-2016, 02:43 PM by Xanadrel.
Edit Reason: removing hashes & mails
)
I use hashcat-3.10 for Windows OS,so can someone help me to correct he synatx bellow?This are the email:md5-hash for test:
hashes.txt content:
I have 2 lists:
1.email:mad5hash.txt
2.my huge dictionar.txt
So i understand: -m 0 means MD5,but i don't know how to load and crack the hashes,can someone help me to correct the bellow syntax?
I wanna know alsohow to set the output to save:email:cracked-password and also save email:noncracked-hashes output?
thank you
hashes.txt content:
Code:
redacted
I have 2 lists:
1.email:mad5hash.txt
2.my huge dictionar.txt
So i understand: -m 0 means MD5,but i don't know how to load and crack the hashes,can someone help me to correct the bellow syntax?
Code:
hashcat64.exe -a 2 -m 0 -o cracked.txt dictionar.txt hashes.txt t
I wanna know alsohow to set the output to save:email:cracked-password and also save email:noncracked-hashes output?
thank you