-
Notifications
You must be signed in to change notification settings - Fork 469
Reimplement bruteforce module #408
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this and it looks awesome! The general logic in the code is good but I think we can clean up the surrounding code a bit and maybe even slim this down a bit.
src/modules/bruteforce.rs
Outdated
} | ||
} | ||
|
||
// color a string rainbow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might it be more maintainable to use colorful here? We will have to check whether it breaks the web version, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know that crates!
I'll look into it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use 24-bit colors?
colorful
seems not to work without 24-bit color support.
Even in 2022, there are still a few terminal emulators without full-color support (macOS terminal, for example)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, can I use 256 colors instead of ANSI 8 colors?
It will make the step of the rainbow colors smoother.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
Super nice. Very cool module and clean implementation. Thanks! |
How about expanding this a bit and having it crack more than just a single hash? |
Does this match up to what you expected? Untitled.mov |
Hell yes :D |
Then I'll make a PR with it soon! |
Close #7.
genact.mp4