|
starting out with the gui
|
|
05-02-2012, 09:45 PM
Post: #1
|
|||
|
|||
|
starting out with the gui
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? |
|||
|
05-02-2012, 10:00 PM
Post: #2
|
|||
|
|||
|
RE: starting out with the gui
format is hash:salt in one file, not two, then switch to vbull < 3.8.5 (3 char salt) or vbull > 3.8.5 (30 char salt)
|
|||
|
05-02-2012, 10:16 PM
(This post was last modified: 05-02-2012 10:35 PM by bluenotes.)
Post: #3
|
|||
|
|||
|
RE: starting out with the gui
wow, that was a big step i was missing.
Okay, it loads correctly now that I have one file for the hash:salt. 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? |
|||
|
05-02-2012, 11:32 PM
Post: #4
|
|||
|
|||
|
RE: starting out with the gui
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 |
|||
|
05-03-2012, 12:27 AM
Post: #5
|
|||
|
|||
|
RE: starting out with the gui
everything looks alright, but you have not specified a bruteforce charset. By default hashcat only uses lowercase letters for bruteforce (a-z).
|
|||
|
05-03-2012, 10:09 AM
Post: #6
|
|||
|
|||
|
RE: starting out with the gui
that changed with the latest version, it requires a mask like oclHashcat-plus and you were right, this is his problem...
|
|||
|
05-03-2012, 03:20 PM
Post: #7
|
|||
|
|||
|
RE: starting out with the gui
what mask do I use?
|
|||
|
05-03-2012, 03:28 PM
Post: #8
|
|||
|
|||
|
RE: starting out with the gui
read this http://hashcat.net/wiki/mask_attack
|
|||
|
05-03-2012, 03:53 PM
Post: #9
|
|||
|
|||
|
RE: starting out with the gui
okay now I'm getting it. Thanks guys.
|
|||
|
05-03-2012, 06:24 PM
Post: #10
|
|||
|
|||
|
RE: starting out with the gui
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 hash:salt file must not be any good? |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help



