-
-
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
Exhaustive password search and restart point #48
Conversation
kimci86
commented
Nov 2, 2021
•
edited
Loading
edited
- Implement exhaustive search (resolves Exhaustive password search #34)
- Ability to restart search after a non-exhaustive search or SIGINT (resolves Resuming a cancelled password recovery ? #35)
- Make it more precise (the starting point is coarse for now)
- Print progress less often to improve performance
- Clean up implementation, profile and optimize
- Update documentation, readme, tutorial
@geofjamg Could you try this version? |
Tried, took now 9 hours, before 8½ . Found it and continued. At 1452 instead of 1455/3844 like before. (That starting point option would help a lot.) Output a bit messy as color codes didn't work on windows. bkcrack -k 6eda3a27 2edfbde4 237a1e01 -r 20 ?a -e Old output: |
Thank you @cxzstuff for your feedback.
I just added a workaround to have a cleaner output. I should also add a protection not to print progress and a password at the same time.
The exact order in which passwords are tested can vary a little so this is normal.
I agree! I am working on it. Should be ready by the end of next week at the latest. |
With the last change, you can restart a password recovery stopped either because a password was found and exhaustive mode was disabled or because the program was stopped by the user (by pressing Ctrl + C or Ctrl + Shift + C). The starting point is printed before exiting. |
You're quick. Works quite nicely. edit: okay changing code page to "ANSI Latin 1; Western European (Windows)" fixed it in my case. |
This was too old, I started over. |