cupp
Common User Password Profiler
Description
CUPP (Common User Password Profile) is a tool to generate target specific wordlists based on their details provided.
Version
**Cupp v1.3.3
Installation
Using PIP3
- Create a new Python Virtual Environment
python3 -m venv env
- Activate the virtualenv
source env/bin/activate
- Install and run the tool
pip3 install -e . && cupp -v
- Onliner
python3 -m venv && source env/bin/activate && pip3 install -e . && cupp -v
Using this repo
- Git clone the respository
git clone https://github.com/thehackersbrain/cupp.git
- Change the directory to
cuppcd cupp
- Create new python virtualenv and activate it
python3 -m venv env && source env/bin/activate
- Install the tool using
pip3pip3 install -e .
- Oneliner
git clone https://github.com/thehackersbrain/cupp.git && cd cupp && python3 -m venv env && source env/bin/activate && pip3 install -e . && cupp -v
Screenshots
Credit
This tool is originally designed by Mebus here. I tried to enhance the UI and added some functionality than the previous version and removed some redundant code, basically it's a mess ;)
Social Handles
Release files for cupp 1.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cupp-1.3.3.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cupp-1.3.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.0 kB
Release files / cupp-1.3.3.tar.gz
| Download URL | cupp-1.3.3.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5e7ccc44ff3b2e2a2e0e74361712e81086659c0badd782be576c6b80b06557e
|
|
BLAKE2b-256 checksum How to use checksums |
ec43d532a4a0e9ebd79863e2adf76dc314e2999068bf7491920204330ff34c1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / cupp-1.3.3-py3-none-any.whl
| Download URL | cupp-1.3.3-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
43327747d08c4ffa90f4b7ad13247c56f79728331bea8861ea4b69329a4f3bf2
|
|
BLAKE2b-256 checksum How to use checksums |
5dbf7617a6899e54a041a6d65107c1ad4cc51e5bf6c662307e008ae8aeba60ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|