Skip to content

dincertekin/passdicit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passdicit

Passdicit is a tool for making password lists. It asks questions about your name, surname, gender, hobbies, and favorite movies. Then, it uses this information to create unique passwords. The name "Passdicit" comes from "pass" for passwords and "dict" for dictionary, showing how it predicts passwords based on personal details.
NOTE: This tool is designed for educational purposes only, author is not responsible for illegal uses.

Screenshots

passdicit screenshot

Installation

There is two different ways to install passdicit, using pypoetry and using only pip.

Installing with pip

Use these commands on Linux:

git clone https://github.com/dincertekin/passdicit.git
cd passdicit/
pip install -r requirements.txt
python passdicit.py

Installing with pypoetry

Use these commands on Linux:

git clone https://github.com/dincertekin/passdicit.git
cd passdicit/
poetry install
python passdicit.py

Contributions

Contributions are very welcome! We can improve this tool together! 😊

License

This project is licensed under Apache-2.0 License.

Thanks

This project is inspired by Mebus's cupp.

About

Generates common user password predictions for brute-force attacks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages