09-28-2017, 03:39 AM
Some rule files are included with hashcat in the rules directory. Best64 is the name of one set of rules. Example command:
hashcat64.exe -m %hashtype% -a 0 --remove -o %outfile% --status --markov-hcstat=%hcstatfile% --session=best64_d0 %hashfile% %dictionary% -r "C:\Users\username\Documents\hashcat-3.6.0\rules\best64.rule"
Dictionaries: You can try here - https://wiki.skullsecurity.org/Passwords
Output: Not going to happen. You could try option 3, then match up the username to the cracked password by the hash later.
The hashcat wiki (https://hashcat.net/wiki/) has some links to some guides. Take a look through those. They will help you. Still have questions, then google or the forum search is your friend.
hashcat64.exe -m %hashtype% -a 0 --remove -o %outfile% --status --markov-hcstat=%hcstatfile% --session=best64_d0 %hashfile% %dictionary% -r "C:\Users\username\Documents\hashcat-3.6.0\rules\best64.rule"
Dictionaries: You can try here - https://wiki.skullsecurity.org/Passwords
Output: Not going to happen. You could try option 3, then match up the username to the cracked password by the hash later.
The hashcat wiki (https://hashcat.net/wiki/) has some links to some guides. Take a look through those. They will help you. Still have questions, then google or the forum search is your friend.