johnny icon indicating copy to clipboard operation
johnny copied to clipboard

Output from all johnHandlers should go to the console log

Open shinnok opened this issue 9 years ago • 5 comments

Not just the attack one.

shinnok avatar Jun 26 '15 10:06 shinnok

Don't you think it's gonna get confusing if we put attack, John show, password guessing, version checker, show types(hash type checker) in the same textbox? We'll get 2 lines from attack, n Line for version checker, n for thé hash type checker, 2 lines from attack etc... The log might become harder to interpret / understand

mathsoft-dev avatar Jul 14 '15 02:07 mathsoft-dev

I know, but I'm not sure how we can make that better. One thing is clear though, we do need output from all of the handlers, for debugging, transparency and during development.

All I can think of right now is to wait for all output to be ready(instead of using readyRead), when the handler has finished, for all except that main cracking one and send in one shot to the Console Log.

shinnok avatar Jul 15 '15 10:07 shinnok

Maybe make the Console log main view into a QTabWidget with two tabs:

  1. Attack log (output from the johnAttack handler only)
  2. Handlers log (output from all the other handlers, sent to the console log only when handler has finished, thus all output, so that they don't get mangled)

shinnok avatar Jul 15 '15 14:07 shinnok

I'll take care of this.

shinnok avatar Aug 13 '15 08:08 shinnok

Moved to 2.3 milestone since this is not high priority.

shinnok avatar Aug 20 '15 13:08 shinnok