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

capitalization removed #6

Open
hazeyez opened this issue Jan 5, 2023 · 1 comment
Open

capitalization removed #6

hazeyez opened this issue Jan 5, 2023 · 1 comment

Comments

@hazeyez
Copy link

hazeyez commented Jan 5, 2023

this script removes capitalization, for example if the starting names list has:

John Doe
Amy Doe

it takes away the capitalized letters in the output formatted_name_wordlist.txt and turns them into

johndoe
amydoe
etc

any way for it to keep capitalization?


Also, it's easy to make two variations of the names with capitalization and without:

John Doe
john doe
Amy Doe
amy doe

but it'd also be cool if it can take only one entry for each and output variations that have capitalization and non-capitalization results.

@PinkDraconian
Copy link
Owner

Hi!

Thanks for your issue.

This script was originally written for brute forcing usernames in Active Directory (SMB, LDAP, ...).
In Active Directory, user names are not case-sensitive. This means that you can log in to the system using a user name in any combination of upper and lower case letters and it will be treated as the same name.
Hence why this script lowers all capitalization.

I can see the use case for having case-insensitive iterations of usernames, hence why I would propose to add a flag -case-insensitive to the script that allows for your use-case.

I sadly do not have time to implement this feature myself, but am very open to receiving and reviewing a PR.

Have a lovely 2023.

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