Skip to content

anjulameegalla/NameForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NameForge

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.

Installation

Clone the repository:

git clone https://github.com/anjulameegalla/NameForge.git
cd NameForge

Usage

python3 NameForge.py -u <input_file> [-o <output_file>]

Arguments

  • -u → Path to the input file containing names (required)
  • -o → Path to the output file (optional, defaults to stdout)

About

A simple Python tool to generate AD-style usernames for user enumeration.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages