hashcat Forum

Full Version: user:pass somehow not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heyho. I heared from somebody that it is somehow possible to get user:pass in the output file if user:pass is in the input. He told me something with -m0 -a3 --outfile={outfilename} --outfile-format=2 --separator=: --username Test.txt
But however I try this, the output file contains only the password without anything else. He showed me that this is working. Does anybody know how to handle this?
Thanks
This is what I gathered searching the forum...
You will want to use both --show and --username once your hash is in your pot file. You cannot mix --show with --outfile*

--show will compare your hashlist with your potfile and show cracked hashes
--username will ignore the username in your hashfile so you don't get a line length exception.

Here is an example:

Code:
C:\hashcatbeta>hashcat64.exe -m 0 -a 3 --username testuser:098f6bcd4621d373cade4e832627b4f6 ?a?a?a?a
hashcat (v3.00-beta-124-g7ba1322) starting...

Session.Name...: hashcat
Status.........: Cracked
Input.Mode.....: Mask (?a?a?a?a)
Hash.Target....: 098f6bcd4621d373cade4e832627b4f6
Hash.Type......: MD5
Time.Started...: 0 secs
Speed.Dev.#1...:        0 H/s (0.00ms)
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 0/0 (100.00%)
Rejected.......: 0/0 (100.00%)
Restore.Point..: 0/0 (100.00%)

Started: Thu Sep 29 09:32:28 2016
Stopped: Thu Sep 29 09:32:28 2016

C:\hashcatbeta>hashcat64.exe -m 0 -a 3 --show --username testuser:098f6bcd4621d373cade4e832627b4f6
hashcat (v3.00-beta-124-g7ba1322) starting...

testuser:098f6bcd4621d373cade4e832627b4f6:test