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

feature request: multiple wordlists each with repeat-counters #63

Open
SuvetSurah opened this issue Apr 28, 2021 · 0 comments
Open

feature request: multiple wordlists each with repeat-counters #63

SuvetSurah opened this issue Apr 28, 2021 · 0 comments

Comments

@SuvetSurah
Copy link

Hi!

It would be pretty nice if one could define that some words of the wordlist may appear at most once in generated passwords.
Or even multiple wordlists with min= and max= variables in the first line, which define how often words of the specific wordlist are allowed to appear in a generated password.

For example:

wordlist1.txt (normal wordlist) contains the lines:

Cat
Dog

wordlist2.txt contains the lines:

min=1 max=1
Bird

The commandline could look like:
pp64.exe --elem-cnt-min=1 --elem-cnt-max=16 --mult-wrdl=2 wordlist1.txt wordlist2.txt | hashcat.exe ...

In this case the following passwords would be possible:

CatCatDogBird
CatDogDogBird
CatDogDogBirdCat
...

But not:
CatBirdBird

I'd also appreciate the option to define that an element that can be repeated in a generated password is not allowed to appear twice in a row.
Maybe by defining a "distance" variable. distance=1 means between Cat and Cat there has to be 1 different element.

I believe these options can decrease cracking time significantly in some cases.
And also they would be unique features, wouldn't they?

Love

SuvetSurah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant