Generate Emails and Usernames from Provided Lists of Names.
Just a simple tool to generate a username list by permutating from a provided list of names. This tool will generate a list of usernames in the following formats:
- firstname.lastname
- firstnamelastname
- lastname.firstname
- lastnamefirstname
- lastname
- firstname
Just that. Nothing less, nothing more.
➜ osintname git:(main) python3 osintname.py -h
_ _
___ __(_)_ _| |_ _ _ __ _ _ __ ___
/ _ (_-< | ' \ _| ' \/ _` | ' \/ -_)
\___/__/_|_||_\__|_||_\__,_|_|_|_\___|
Emails and Usernames Generator
usage: osintname.py [-h] --list LIST [--domain DOMAIN]
Generate Emails and Usernames from Provided Lists of Names
options:
-h, --help show this help message and exit
--list LIST, -l LIST File containing a list of names.
--domain DOMAIN, -d DOMAIN
Email domain for generating email-format usernames.
Generate Username Lists:
python3 osintname.py -l names.txt
Generate Email Lists:
python3 osintname.py -l names.txt -d classroomofelite.com