This Python script generates common Active Directory (AD) style usernames from a list of first and last names. It is useful for pentesting, user enumeration, and wordlist generation in enterprise environments.
- Input names should be in the format: Firstname Lastname.
- Lines with missing names are skipped automatically.
Clone the repository:
git clone https://github.com/anjulameegalla/NameForge.git
cd NameForgepython3 NameForge.py -u <input_file> [-o <output_file>]-u→ Path to the input file containing names (required)-o→ Path to the output file (optional, defaults to stdout)