You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Maybe make the Console log main view into a QTabWidget with two tabs:
Attack log (output from the johnAttack handler only)
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)
Not just the attack one.
The text was updated successfully, but these errors were encountered: