Skip to content
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

Closed
rad10 opened this issue Dec 10, 2021 · 0 comments · Fixed by #7
Closed

password limit argument #4

rad10 opened this issue Dec 10, 2021 · 0 comments · Fixed by #7
Labels
enhancement New feature or request

Comments

@rad10
Copy link
Owner

rad10 commented Dec 10, 2021

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.

@rad10 rad10 added the enhancement New feature or request label Dec 10, 2021
@rad10 rad10 mentioned this issue Dec 16, 2021
rad10 added a commit that referenced this issue Dec 16, 2021
Officially dealt with issues #4 and #5. Users can now limit their password bruteforcers and specify which portions to test.
@rad10 rad10 linked a pull request Dec 16, 2021 that will close this issue
@rad10 rad10 closed this as completed Dec 16, 2021
@rad10 rad10 mentioned this issue Dec 16, 2021
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
@rad10 rad10 mentioned this issue Dec 16, 2021
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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant