CUPP (common User Password Profiler)
1. Usernames and Password values are the most commonly used methods for
authentication purposes in almost every web application or any type of
application. When the credentials provided in this type match the values
stored at the server, only the user is authenticated to the specified
service. Using weak Usernames and Passwords may lead to various
impactful cyber threats like Password Cracking, Brute-Forcing, and
Account Takeover. CUPP tool is an automated script written in the
python language that interacts with the user and answers some
fundamental questions about the victim like Name, Company Name,
Partner’s Name, etc. After analyzing these answers, the CUPP tool
generates some possible
Features of CUPP Tool
- CUPP tool is an automated tool.
- CUPP tool is designed in the python language.
- CUPP tool is open-source and free to use.
- CUPP tool supports interactive questioning and generates results.
- CUPP tool downloads huge wordlists from the repository.
- CUPP tool supports Leet Mode.
How does CUPP Tool Works?
The working of the CUPP Tool is quite simple. It would help if you executed the python script using the following command.
Installation Of Cupp In Kali Linux (or any other linux distro)
Step 1 : Check weather Python is installed in your Linux or not , by typing the following command.
> python3
Step 2 : If it worked and showed the following screen then it has installed in your Linux in proper way.
Step 3 : After that we have a make a directory named cupp and we have to install the tool within it, for that just type the following command.
> mkdir cupp
Step 4 : after that we have to get in to the cupp directory and we have to install cupp tool within it, for that just copy paste the following commands. then press enter.
> cd cupp
> git clone https://github.com/Mebus/cupp.git
Step 5 : After that just do 'ls ' and enter into the cupp tool directory by using the following command.
> ls
> cd cupp
> ls
Step 6 : Let's Start the tool, for thst just type the following command
> ./cupp.py -i
Step 7 : then it will ask question about the victim one by one, just type the appropriate answer , and if not know to you some answer of the question then just leave and press enter.
then it will take some time and generate a full password list of the victims details and you can able to download the text file inside the cupp folder.
Thank You for Choosing Us..!
Make Sure to Like, share and subscribe to our you tube channel
0 Comments