Posts: 4
Threads: 1
Joined: Apr 2013
Well hello all, Hxrry here to ask a question regarding hashcat.
This is probably not possible but is there a way that I can run user:hash
alt instead of hash
alt. This would save me loads of time when I am recovering passwords as I don't have to keep remove the email address/username.
Thank you for reading and have a good day all!
Posts: 803
Threads: 135
Joined: Feb 2011
04-22-2013, 07:59 AM
(This post was last modified: 04-22-2013, 08:00 AM by Mem5.)
--username
?
or use cut
Posts: 18
Threads: 8
Joined: Oct 2012
04-22-2013, 04:48 PM
(This post was last modified: 04-22-2013, 04:52 PM by rln11.)
Here's how I do a dic attack with a dos prompt for a username:hash type of list:
your excutable.exe -m (hash type) --username (location of source file) (location of dictionaries)
Now to direct output:
your excutable.exe -m (hash type) --username --show (location of source file) >> (location to direct output)
Posts: 4
Threads: 1
Joined: Apr 2013
(04-22-2013, 04:48 PM)rln11 Wrote: Here's how I do a dic attack with a dos prompt for a username:hash type of list:
your excutable.exe -m (hash type) --username (location of source file) (location of dictionaries)
Now to direct output:
your excutable.exe -m (hash type) --username --show (location of source file) >> (location to direct output)
Thanks for the help!