In this article , I would teach you how to create a “password list” that can be used to perform a brute force action ( hack and deface a website admin panel ):.
To make a password list you need 1. Termux app / Linux os operating app ( available on fdroid )
2. The tool named ” cupp “
Don’t know how the tool words ? To install the tool on termux kindly install follow the installation instructions below.
Now for how to use = it varies on how you want to use but how to get intact and correct guide of how to use.
After complete installation type this : python3 cupp.py –help / -h
Installation on termux :
$apt update
$apt upgrade
$apt install python3
$apt install git -y
$git clone https://github.com/Mebus/cupp
$python3 cupp.py

You must be logged in to post a comment.