05-27-2014, 11:03 PM
(05-27-2014, 10:20 PM)unix-ninja Wrote: This is intended behaviour. The outfile is really just another potfile, so if it's found in your potfile, it won't rewrite the result in the potfile. (even if it is a different pot)
:]
Just FYI, you should be able to use potfile-disable and --outfile together to get the result you want.
Alternately, you could remove your potfile before running your job as well.
Thanks for the reply!
The only problem with that is - if my pot file is millions upon millions of lines long, it will be hard to find the specific passwords that were found in the potfile. I think it would be useful to allow --outfile with pot files enabled.
For now, I'm just using --outfile with --potfile-disable.
Cheers!