A tool written in python to generate custom, tailored wordlist based on target's information.
Terminal/Any CLI
for using this tool.
python3.7.x or up
from python.org
To run the tool, simply use and follow along:
python3 wordsmith.py
Upon execution, user will be prompted with the required information to generate the passwords, including:
-Range of length of password
-First Name, Last Name
-Birthday (Date, Month, Year)
-Phone Number
-Any special keywords or characters
Additional Features included:
-Special Characters
-Leet Speak (1337) Characters
-Capitalized / Uppercase Characters
After completion of execution, the tool will create a file with the supplied file-name, or make a default Wordlist.txt
, if no file-name is provided, along with the custom generated passwords kept inside the same.
Thanks to the itertools library.
Shoutout to my team members for their support -