hashcat Forum
Way to run user:hash:salt ? - 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: Way to run user:hash:salt ? (/thread-2249.html)



Way to run user:hash:salt ? - Hxrry - 04-21-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:hashConfusedalt instead of hashConfusedalt. 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!


RE: Way to run user:hash:salt ? - Mem5 - 04-22-2013

--username
?
or use cut


RE: Way to run user:hash:salt ? - rln11 - 04-22-2013

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)


RE: Way to run user:hash:salt ? - Hxrry - 04-22-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!