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

Sequential search #115

Closed
sssergy opened this issue Oct 16, 2021 · 7 comments
Closed

Sequential search #115

sssergy opened this issue Oct 16, 2021 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@sssergy
Copy link

sssergy commented Oct 16, 2021

Alberto, good afternoon.
Sequential search question.
Can you filter out characters that are repeated 2-3 times?
Yes, I understand that the speed will drop significantly, but iterating over repeated characters takes most of the work.
Sorry, I'm writing with a translator.

@albertobsd
Copy link
Owner

This is for addrees mode?
Or what kind of characters did you mean?

Please feel free to add a visual example of what you want it will be more helpful

@sssergy
Copy link
Author

sssergy commented Oct 17, 2021

This can be used in any mode.
On such small ranges, it is almost impossible to find more than three repeating characters, and even then this is a rarity. It makes no sense to sort out combinations of type; FFFFFFFFF, 800000000, AAABBBCCCDDD etc.

@albertobsd
Copy link
Owner

Ooh now i get you. I understand what is what you saying, letme think in that, because it is some difficult develop that part in code.

Thanks

@sssergy
Copy link
Author

sssergy commented Oct 17, 2021

There are many password generators with this functionality, some of the code can be taken from there.

@sssergy
Copy link
Author

sssergy commented Oct 17, 2021

https://hashcat.net/hashcat/
https://github.com/Mebus/cupp
https://github.com/hashcat/maskprocessor
For example, these programs have this functionality.
Once upon a time I used them in conjunction with the brainflayer.
Also, hashkat has an OCL version.
You can use GPU to create bloom filter.
I think it will be possible to buy time on this.

@albertobsd
Copy link
Owner

Ok, thanks i will try to implement this :)

@albertobsd albertobsd self-assigned this Oct 18, 2021
@albertobsd albertobsd added the enhancement New feature or request label Oct 18, 2021
@BrabusNight85
Copy link

AAA

@sssergy sssergy closed this as completed Jun 9, 2024
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

No branches or pull requests

3 participants