KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
cupp
★ 13
Open GitHub ↗
Common User Password Profiler
Download README (.md)
Explore Similar Repositories
kld-rootkit
:
A collection of FreeBSD rootkit kernel modules and utilities
simple-ui
:
Build your own react components!
DesignCode
:
DesignCode is an app for development and design courses!
VapourSynth-WNNM
:
Weighted Nuclear Norm Minimization Denoiser for VapourSynth. Binary releases can be found on https://github.com/AmusementClub/VapourSynth-WNNM
City3D
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cupp
?
Download (.md)
# 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 ```bash python3 -m venv env ``` - Activate the virtualenv ```bash source env/bin/activate ``` - Install and run the tool ```bash pip3 install -e . && cupp -v ``` - Onliner ```bash python3 -m venv && source env/bin/activate && pip3 install -e . && cupp -v ``` ### Using this repo - Git clone the respository ```bash git clone https://github.com/thehackersbrain/cupp.git ``` - Change the directory to `cupp` ```bash cd cupp ``` - Create new python virtualenv and activate it ```bash python3 -m venv env && source env/bin/activate ``` - Install the tool using **`pip3`** ```bash pip3 install -e . ``` - Oneliner ```bash 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**](https://github.com/Mebus) [here](https://github.com/Mebus/cupp.git). 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 - [Portfolio](https://gauravraj.xyz/) - [Blog](https://blog.gauravraj.xyz/) - [Github](https://github.com/thehackersbrain) - [Twitter](https://twitter.com/thehackersbrain) - [LinkedIn](https://www.linkedin.com/in/thehackersbrain) - [Instagram](https://instagram.com/thehackersbrain) - [More Projects](https://github.com/thehackersbrain?tab=repositories)