-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Resuming a cancelled password recovery ? #35
Comments
You are right, thank you for the suggestion. I will work on it. |
Got a password, correct but not correct. How about continuing the recovery even if a password is found? |
Not necessarily.
I will also work on that, it was requested yesterday in #34. |
Pkcrack has this possibility, or its tool findkey. Haven't tested it. |
It is now possible to resume an interrupted password recovery. Example, running this command:
and hitting Ctrl+C will print an option to resume the password recovery:
Then, adding the printed option to the command will resume where it was stopped:
|
If one cancels the recovery, bkcrack now starts from the beginning. It would be nice if recovery could be resumed...
The text was updated successfully, but these errors were encountered: