Ticker

6/recent/ticker-posts

Create password list on termux | Termux password list generator.

Password list for Termux;

Password list the most common form of authentication is the combination of a username and password. 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 alphanumeric 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 passwordThat is why CUPP was born, and it can be used in situations like legal penetration tests or forensic crime investigations.

Password list for brute force,

Password list is mostly used to perform Bruteforce attacks. The list in which there are many combinations of that passwordCan crack any password very easily and we can access his account easily.



Install cupp tool on Termux;

Today we are going to use the cupp tool. First this tool has to be installed in Termux, for which the commands are as follows. You need Python to run CUPP on Termux.

Open Termux and following this Commands;

  • pkg update
  • pkg upgrade
  • pkg install python
  • pkg install python2
  • pkg install git

Clone the ' CUPP Tool' to your Termux...
Open Directory....
  • cd cupp
Give shell script file permission to execute.
  • chmod +x *
Run the shell script file to begin the installation of the Cupp.....
  • python cupp.py
  • Python cupp.py -i

A screen like this will open in front of you.



Insert the information about the victim to make a dictionary If you don't know all the info, just hit enter when asked.


First Name:ABC
Surname: ABC
Nickname: ABC
Birthdate (DDMMYYYY): 10072001

Partners name: ABC
Partners nickname: ABC
Partners birthdate (DDMMYYYY): 20062005

Child's name: ABC
Child's nickname: ABC
Child's birthdate (DDMMYYYY): 20052001

Pet's name: ABC
Company name: ABC
Do you want to add some key words about the victim? Y/[N]: y
Please enter the words, separated by comma. [i.e. hacker,juice,black], spaces will be removed:
Do you want to add special chars at the end of words? Y/[N]: y
Do you want to add some random numbers at the end of words? Y/[N]:y
Leet mode? (i.e. leet = 1337) Y/[N]: end123
Hit enter

Your password.txt file successfully generate.



Disclaimer;

 This article is for educational purposes only. We have written this article to instruct you about such kinds of phishing attacks that are done by attackers. We are not responsible for any misuse of this article or tool.

Post a Comment

0 Comments