-
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
Call --john show when m_johnPath change #75
Comments
Well when john path changes(to a valid one of course) we need to:
The only aspect that remains unchanged is the password file selection. |
What should we do for 2., there isn't anything related to john executable in JohnSession as of now, the two sessions will be the same. Call the copy constructor ? Edit: Do you mean that some version of john can't read .rec from other version and you want to prevent resuming attack by creating a new session with a different name ? |
A session created with jumbo and specific options/attacks won't be useful anymore if the user changes the John path to a core version, which is a totally valid and expected use case scenario. That's why we should start a new session with options reset. Basically just call MainWindow::readPasswdFiles() again with the same input files. |
Are you clear on what you need to do for this? |
Is this handled? |
I'm still trying to figure out what you mean but I focus most of my time on other issues like *2john and the others so it does not progress |
If you find it too much for the time being, move it to the next milestone, it's not an urgency. :-) |
Moved to the next milestone. Let's get v2.2 out the door. |
Since different johns have different .pot file, I think we should at least call john --show when user change m_johnPath.
example : my core john path has empty .pot, if I switch to my jumbo one with has a lot of md5 pwd, the progress bar isn't updated, default format too and I still see no pwd in the tableview
The text was updated successfully, but these errors were encountered: