starting out with the gui - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: starting out with the gui (/thread-1138.html) Pages:
1
2
|
starting out with the gui - bluenotes - 05-02-2012 so I dumped one of my user tables and I put in some test users and on my vbulletin forum. I have a md5 password, salt, and my username. I know all three. I want to supply hashcat my md5 pass & salt and let it figure out my actual password. I made a txt file with my md5 pass word and then put my salt in another text file. I've set hashcat-gui to brute force and my mode and hash type is md5(md5($salt).$pass) Now when I start hashcat the cmd prompt loads and it says it loads the hash file and the salt file and gives me the start and stop time. It doesn't write to the output file as I thought. So I take it didn't do anything. I've been at it for 6+ hours. What am I doing wrong? RE: starting out with the gui - atom - 05-02-2012 format is hashalt in one file, not two, then switch to vbull < 3.8.5 (3 char salt) or vbull > 3.8.5 (30 char salt) RE: starting out with the gui - bluenotes - 05-02-2012 wow, that was a big step i was missing. Okay, it loads correctly now that I have one file for the hashalt. I've set it to vbull > 3.8.5 because I'm running version 4 on my site. But when the cmd line pops up it tells me that it skipped one because the salt contained the separator value and it will skip that one. So no big deal. Then it tells me it added the hashes from the file and it contain so many salts. Then gives me the start and stop times. No output file. My god. If I get this figured out I will write something about it. Am I leaving something out? RE: starting out with the gui - bluenotes - 05-02-2012 This is the command that gui is showing. Is there anything wrong with this? hashcat-cli32.exe --hash-mode 15 --attack-mode 3 --output-file C:\Users\username\Desktop\hcoutputfile.txt C:\Users\username\Downloads\hashcat-gui-0.5.1\hashcat-gui-0.5.1\hashes.txt RE: starting out with the gui - undeath - 05-03-2012 everything looks alright, but you have not specified a bruteforce charset. By default hashcat only uses lowercase letters for bruteforce (a-z). RE: starting out with the gui - atom - 05-03-2012 that changed with the latest version, it requires a mask like oclHashcat-plus and you were right, this is his problem... RE: starting out with the gui - bluenotes - 05-03-2012 what mask do I use? RE: starting out with the gui - atom - 05-03-2012 read this http://hashcat.net/wiki/mask_attack RE: starting out with the gui - bluenotes - 05-03-2012 okay now I'm getting it. Thanks guys. RE: starting out with the gui - bluenotes - 05-03-2012 i'm just going to keep this thread going by asking a simple mask attack question. Let's say I know the password is something like; p4ssw0rd99 My mask is p4ssw0rd?d?d If it tells me nothing was recovered does that mean my hashalt file must not be any good? |