Skip to content

Script to generate usernames wordlist to help enumerate Active Directory users based on their names. Supports multiple naming formats.

Notifications You must be signed in to change notification settings

0xKirito/ADUserGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AD Usernames Generator


Usage

CLI Flags Information
-h, --help show this help message and exit
-u, --usernames specify path to usernames.txt file
-o, --output specify outfile name
-a, --append specify what you want to append
-p, --prepend specify what you want to prepend
-an, --append-number specify what you want to append
-pn, --prepend-number specify what you want to prepend

Example:

python3 AD_usernames_generator.py -u users.txt -o possibleusers.txt -a A -p A -an 0 -pn 2005

About

Script to generate usernames wordlist to help enumerate Active Directory users based on their names. Supports multiple naming formats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages