Skip to main content

A tool to generate user names from one or a list of full names.

Project description

name2user

name2user is a tool to generate potential user names from one or a list of full names. Possible use-cases are password cracking with tools like hydra together with a word list or account discovery in different services.

Usage

name2user "Liam Smith"

Outputs all available user name variations for given full name.

name2user "Olivia Johnson" -c flast

Outputs user name variation FLAST (see below) for given full name.

name2user "Noah Williams" -m "somecompany.com"

Outputs all available user name variations for given full name followed by an @ and the domain.

cat some_text_file | name2user

Outputs all available user name variations for all full names in given text file.

cat some_text_file | name2user -c fulld > results.txt

Outputs user name variation FULLD for all full names in given text file and pipes them to results.txt.

Conversion types

name2user support seven conversion modes:

Parameter Description
all Generates all below variants.
last Last name only.
flast First letter of the first name, last name.
fdlast First letter of the first name, dot, last name.
full Full first- and last name without spaces.
fulld Full first- and last name separated by dots.
first First name only.

Limitations

  • Right now, name2user is designed with western languages in mind. It might produce less helpful results for other.
  • For names with more than two words, the last word is considered as last name. The first letter of the first word will be used for corresponding conversion types. Ones using the full name will include all words.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

name2user-1.0.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

name2user-1.0.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page