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

misssing lowercase combination #74

Open
fedeb95 opened this issue Jan 13, 2021 · 1 comment
Open

misssing lowercase combination #74

fedeb95 opened this issue Jan 13, 2021 · 1 comment

Comments

@fedeb95
Copy link

fedeb95 commented Jan 13, 2021

Hi, I tried the tool with a person whose password I already know. The password in question is nickname + last two digits of year of birth. When I tried the tool it only produced Nickname (first uppercase) + last two digits of year of birth. It would be cool to have a parameter that for every password generated includes its lowercase version

@Robin6464
Copy link

using perl you can quickly and massively modify the generated dictionaries

perl -pe "uc/(.)/s($1)/e" input.txt > output.txt

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

2 participants