--show problem
#4
The wiki page I linked to has exactly the answer for you (but I will copy it here anyways):

2 steps:

1. cracking:

Code:
cudaHashcat64.exe -m 0 -a 0 --username --outfile D:\cracked.txt "D:\trophyscore.net - trophyscore.login.txt" D:\realuniq.lst

2. (after this is finished) display all results:

Code:
cudaHashcat64.exe -m 0 --show --username --outfile-format 2 --outfile D:\results.txt "D:\trophyscore.net - trophyscore.login.txt"

(the file D:\results.txt will contain every crack in the format user:plain)
This is exaclty what the FAQ says (and I just changed the file names slightly).

(P.S.: for this particular situation you would not need --show at all you can just add --outfile-format 2 to step 1 and if you do so D:\cracked.txt will contain the formatted output already. I just showed you here how --show works, because you claimed that it doesn't work but I can not find any problem with it at all).


Messages In This Thread
--show problem - by mohands - 12-12-2015, 02:29 PM
RE: --show problem - by philsmd - 12-12-2015, 02:43 PM
RE: --show problem - by mohands - 12-12-2015, 02:57 PM
RE: --show problem - by philsmd - 12-12-2015, 04:19 PM
RE: --show problem - by mohands - 12-12-2015, 06:46 PM
RE: --show problem - by Xanadrel - 12-12-2015, 07:06 PM
RE: --show problem - by mohands - 12-12-2015, 07:11 PM