-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Console Log #8
Comments
On Wed, May 13, 2015 at 12:41:08PM -0700, math07 wrote:
It may be due to output buffering. (John prints but we don't get it
You may try the following option It may help partly: older output will be just pushed out by newer
The function above reads the output of Thanks! Regards, |
There's several things to be done here:
|
Do you guys mind if "--progress-every=N and --crack-status" isn't available in john-core, it's only available in jumbo ? |
@Math07 I don't see how it could be different. |
Shinnok said: What I meant is : do you think it's a great idea to have two differents logics in the code to update the progress bar and the status(timer) one specific to john-core and another code specific to jumbo ? Also, given the fact that the bug would still appears in john code. |
For core, we need answers for points 4 and 5.
It might be best to split these into separate issues and tasks respectively. Also to start the appropriate discussions on john-dev. |
All right, I understand thanks. Let's concentrate on case a) for this issue. I'll make another issue for case b) |
@Math07 I got caught up in some general improvements today following up on your TODOS PR integration, thus I won't get to write the CoreHandler stub until tomorrow. If you get some spare time left can you please create the separate issue for b) and also try and write a followup to the e-mail discussion on john-dev? Take the time to sink into the issues described, since they are quite important for now and the future, so it's important that you have a grasp of it. If you have questions or doubts, include them in the e-mail. |
--progress-every option would be useful for updating the Statistics pane. |
@Math07 do we have a resolution for sending keys to a running JtR instance? (john core especially) |
No, I don't think so. The write to process didn't work last time I tried it. I remember seeing in the code comment and in the mailling list that this was a concern Aleksey had back in the days and that's why he had to rely on john --show and timer. |
On the same note, I've seen a TODO
void MainWindow::readJohnShow()
{
// TODO: Read John's output while it runs. Do not wait before it
// finishes.
The text was updated successfully, but these errors were encountered: