Skip to content
/ wordG Public

A powerful word generator for hackers. Generates passwords with personal information.

License

Notifications You must be signed in to change notification settings

Samet732/wordG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordG

A powerful word generator for hackers. Generates passwords with personal information.

Instalation

# cloning repo
git clone https://github.com/Samet732/wordG

cd wordG

# installing required modules
python3 -m pip install -r requirements.txt

Usage

input.txt: includes person's personal information

output.txt: output of wordlist

wordlist.txt: if any password in your head, write to this (optional)

Warning! Write informations/passwords as downcase. wordG converts to uppercase automatically.

Executing

Without Optional Wordlist

python3 wordG/src/app.py "input.txt" "output.txt" ""

With Optional Wordlist

python3 wordG/src/app.py "input.txt" "output.txt" "wordlist.txt"

wordG uses words inside wordlist.txt like as a personal information for generating passwords.

About

A powerful word generator for hackers. Generates passwords with personal information.

Topics

Resources

License

Stars

Watchers

Forks

Languages