I dont know what i did
#2
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 Sad

Code used: hashcat.64.exe -m3200 -a3 -o cracked.txt passwords.txt hash.txt 

[Image: dulkam]


would be great if i knew what was wrong so i can learn and fix on my mistakes!


Messages In This Thread
I dont know what i did - by robbierayrob - 01-12-2017, 10:20 AM
RE: I dont know what i did - by Jiminy - 01-12-2017, 04:05 PM
RE: I dont know what i did - by robbierayrob - 01-12-2017, 05:56 PM
RE: I dont know what i did - by epixoip - 01-12-2017, 07:28 PM
RE: I dont know what i did - by robbierayrob - 01-12-2017, 07:38 PM
RE: I dont know what i did - by epixoip - 01-12-2017, 08:02 PM
RE: I dont know what i did - by robbierayrob - 01-12-2017, 09:35 PM
RE: I dont know what i did - by epixoip - 01-12-2017, 10:06 PM