-
Notifications
You must be signed in to change notification settings - Fork 2
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
password limit argument #4
Labels
enhancement
New feature or request
Comments
rad10
added a commit
that referenced
this issue
Dec 16, 2021
rad10
added a commit
that referenced
this issue
Dec 16, 2021
Merged
Merged
Merged
rad10
added a commit
that referenced
this issue
Dec 16, 2021
* Added changes from help screen to readme * Added codeql for security scanning of program on github * Added python linting workflows * Removed pylint because a linter is going to have problems with given code regardless * Added ability to get number of combination of chains * Refactored lines in iterative printer to make it use fewer lines * Added argument to limit number of passwords displayed (#4) * Fixed bug where limit prints limit + 1 passwords (#4) * Added way to set index to bruteforceChains * Added function to get diverse data from passwords #5 * Added function to change position of all generators within the password (#5) * Added arguments to utilize starting position (#5) * Fixed #3 bug (#8) Fixed major memory issue that involves iterative generators
Merged
rad10
added a commit
that referenced
this issue
Dec 16, 2021
* Added changes from help screen to readme * Added codeql for security scanning of program on github * Added python linting workflows * Removed pylint because a linter is going to have problems with given code regardless * Added ability to get number of combination of chains * Refactored lines in iterative printer to make it use fewer lines * Added argument to limit number of passwords displayed (#4) * Fixed bug where limit prints limit + 1 passwords (#4) * Added way to set index to bruteforceChains * Added function to get diverse data from passwords #5 * Added function to change position of all generators within the password (#5) * Added arguments to utilize starting position (#5) * Fixed #3 bug (#8) Fixed major memory issue that involves iterative generators * Itertools rework (#10) * Made prototype iterative product function * Made fix for product when handling one iterator (#3)
rad10
added a commit
that referenced
this issue
Dec 18, 2021
* Added changes from help screen to readme * Added codeql for security scanning of program on github * Added python linting workflows * Removed pylint because a linter is going to have problems with given code regardless * Added ability to get number of combination of chains * Refactored lines in iterative printer to make it use fewer lines * Added argument to limit number of passwords displayed (#4) * Fixed bug where limit prints limit + 1 passwords (#4) * Added way to set index to bruteforceChains * Added function to get diverse data from passwords #5 * Added function to change position of all generators within the password (#5) * Added arguments to utilize starting position (#5) * Fixed #3 bug (#8) Fixed major memory issue that involves iterative generators * Itertools rework (#10) * Made prototype iterative product function * Made fix for product when handling one iterator (#3) * Random (#12) * Added function to chains to return a random configuration of themselves * Created function to create random password * Added random argument to generate random passwords from rules * Added additional info in help for using multiple random generations * John rules (#13) * Added function to convert a format string into a hashcat mask * Added arguments to convert fstring to mask (#6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With some of the combinations that this program creates, it can output billions of different combinations, but we only want a select amount. It would be a good idea to implement an argument to tell the generator to stop after N iterations.
The text was updated successfully, but these errors were encountered: