Advertisement

Password Hacking and Cracking using CUPP Tool (Kali Linux)

 CUPP (common User Password Profiler)

Cupp [Common User Passwords Profiler] Tool On Kali Linux 

 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

  1. CUPP tool is an automated tool.
  2. CUPP tool is designed in the python language.
  3. CUPP tool is open-source and free to use.
  4. CUPP tool supports interactive questioning and generates results.
  5. CUPP tool downloads huge wordlists from the repository.
  6. 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 
 

 

 

 




Post a Comment

0 Comments