Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dincertekin/passdicit

A simple tool to generate common user password predictions for brute-force attacks.
https://github.com/dincertekin/passdicit

brute-force password-generator password-list-generator python

Last synced: 13 days ago
JSON representation

A simple tool to generate common user password predictions for brute-force attacks.

Awesome Lists containing this project

README

        

# 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.

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

#### Installing with pip
Use these commands on Linux:
```bash
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:
```bash
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 [MIT License](LICENSE).

## Thanks
This project is inspired by Mebus's [cupp](https://github.com/Mebus/cupp).