12-12-2015, 06:46 PM
(12-12-2015, 04:19 PM)philsmd Wrote: 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).
ok worked but need to sort each mail:pass in new line not like attached file is there is an option to do so