01-12-2017, 04:05 PM
For one, from what I see, you are using -a3, which is for brute forcing and didn't supply a mask. Whatever is in the passwords.txt and hash.txt files, I assume they are the actual file hashes? If not, they should be. And, they have to be of the same kind, i.e. md5, sha1, bcrypt, or whatever. All you experts out there, feel free to correct me if I'm in error.
(01-12-2017, 10:20 AM)robbierayrob Wrote: Well ive typed in this code in my windwos 10 cmd, because i kinda want this process to be abit quick, as i am in a rush, but heres what came up.
im also trying to crack a bcrypt that is 60 characters and it says line-length exception error
Code used: hashcat.64.exe -m3200 -a3 -o cracked.txt passwords.txt hash.txt
would be great if i knew what was wrong so i can learn and fix on my mistakes!