Skip to content

reasonable wordlist generator based on basic user input of first middle and last name

Notifications You must be signed in to change notification settings

BufferOverflow1011/reasonable-wordlist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

reasonable-wordlist-generator

reasonable-wordlist-generator

This is a basic friendly wordlist with basic entries like first middle last name . This will create combination of not all possible wordlist but practical or readable wordlist.
There is a option to append numbers at the end of every words. This will join all possible numbers with in your given range to all the words.
This wordlist contain both Capitalised and Normal First charater of all First Middle Last Name.
Python 3 preferred

How to use

 python wordlist_generator.py -(arguments)

This will create alphabets only wordlist:

python wordlist_generator.py -fname <first_name> -mname<middle_name> -lname <last_name>
example : python wordlist_generator.py -fname marcel -mname j  -lname luther

This will create alpha numeric wordlist:

python wordlist_generator.py -fname <first_name> -mname <middle_name> -lname <last_name> -n

The paramerts of -n will be asked later


based on user input

python wordlist_generator.py -fname -mname -lname

available arguments

-fname : first name (required):
-mname : middle name (optional)
-lname : last name (optional)
-n : append digits(optional)

CAPITALIZE first character in already existing wordlist

python wordlist_generator.py -f <path to your wordlist>

DEVELOPMENT

There is -r argument which will delete already generated wordlists by this tool.

About

reasonable wordlist generator based on basic user input of first middle and last name

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages