The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.
A weak password might be very short or only use alphanumberic characters, making decryption simple. A weak password can also be one that is easily guessed by someone profiling the user, such as a birthday, nickname, address, name of a pet or relative, or a common word such as God, love, money or password.
That is why CUPP was born, and it can be used in situations like legal penetration tests or forensic crime investigations.
A weak password might be very short or only use alphanumberic characters, making decryption simple. A weak password can also be one that is easily guessed by someone profiling the user, such as a birthday, nickname, address, name of a pet or relative, or a common word such as God, love, money or password.
That is why CUPP was born, and it can be used in situations like legal penetration tests or forensic crime investigations.
Requirement's
Android
- Android version 5.0 and above
- Termux application
- Git package
- Python package
Linux
- Git package
- Python package
How to install and use cupp tool
Step 1:
First you download cupp package in your terminal so type this below command.
git clone https://github.com/Mebus/cupp.git
Step 2:
Open cupp folder in your terminal so type this below command
cd cupp
Step 3:
Now give permission to read, Write and execute of cupp.py python file so type this below command in your termux.
chmod +x *.py
Step 4:
Now run cupp.py python file so type this below command this command will help you to run this tool in youer terminal.
python3 cupp.py
Once you run this tool you see the above image. there are four option's are there to make password list the best way is you choose --interactive mode
python3 cupp.py -i
Once you run interactive mode this tool ask some information about victim just fill all the information you will get best password list. Enjoy






Comments
Post a Comment