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.
There is two different ways to install passdicit, using pypoetry and using only pip.
Use these commands on Linux:
git clone https://github.com/dincertekin/passdicit.git
cd passdicit/
pip install -r requirements.txt
python passdicit.py
Use these commands on Linux:
git clone https://github.com/dincertekin/passdicit.git
cd passdicit/
poetry install
python passdicit.py
Contributions are very welcome! We can improve this tool together! 😊
This project is licensed under Apache-2.0 License.
This project is inspired by Mebus's cupp.