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

Common Username Patterns? #541

Open
redstonedesigner opened this issue Nov 19, 2020 · 2 comments
Open

Common Username Patterns? #541

redstonedesigner opened this issue Nov 19, 2020 · 2 comments
Labels
enhancement Enhancement help wanted proposal Status: Proposal

Comments

@redstonedesigner
Copy link
Contributor

I've been using the SecLists repository for a while now, and I think it's amazing. Thank you to all the contributors for compiling this amazing resource into one place.

One thing that I have considered is that, with the Usernames directory, there's nothing on common usernames using common names/common username patterns for corporate email addresses and login details.

I have written a program that ingests the files in Usernames/Names and converts them into text files which contain each of the common username pattents (e.g. first+last, first+"."+last).

The resulting output from this program is a 161MB directory containing 2,000,000 text files (one for each name combination).

I'm unsure whether it is better to contribute the code to do this (written in Python 3.8) or the resulting export, as the data export is very large.

@g0tmi1k
Copy link
Collaborator

g0tmi1k commented Feb 11, 2021

Feel free to open up a pull request.

Either all or say the top x amount.

@g0tmi1k g0tmi1k added enhancement Enhancement proposal Status: Proposal labels Feb 11, 2021
@g0tmi1k g0tmi1k self-assigned this Feb 11, 2021
@g0tmi1k g0tmi1k removed their assignment Aug 27, 2021
@yaco1096

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement help wanted proposal Status: Proposal
Projects
None yet
Development

No branches or pull requests

4 participants
@g0tmi1k @redstonedesigner @yaco1096 and others