Skip to content

usergen is a basic tool that takes a list of names and generates usernames with common user/email formats.

License

Notifications You must be signed in to change notification settings

bin3xish477/usergen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usergen

usergen is a basic tool that takes a list of names and generates usernames with common username/email formats.

Usage

# only usernames, no emails
usergen -n names.txt
# usernames and emails
usergen -n names.txt -d target.com --save usernames.txt
# write generated usernames and emails to stdout
usergen -n names.txt -d target.com

Install From Source

NOTE: must have GOPATH environment variable in your PATH and obviously go installed

go install -v github.com/bin3xish477/usergen@latest

About

usergen is a basic tool that takes a list of names and generates usernames with common user/email formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages