user:pass somehow not working
#2
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


Messages In This Thread
user:pass somehow not working - by DutchKlee - 09-29-2016, 01:36 PM
RE: user:pass somehow not working - by darkseid4nk - 09-29-2016, 06:37 PM