Make Password Wordlist In Kali Linux & Termux | Create Random Words Password list

Make Word list In Termux



In today's article I will tell you in full detail that how to make a word list in termux for brute force attack.

Mostly word list is used to Hack Facebook Account Or maybe hack someone Wifi So today we take some simple steps and create a strong password list.

Common Base Word list:

Common base word list means the passwords that people usually have for their accounts e.g. 123456, 786786, I love you.

You do not need to make this word list in termux at all. Because common base password list is already available on google. So just go on google and search for common password list. And you will get it.

This list contains thousands of passwords Which help to hack someone's device or account. Now days Instagram Hacking is common using brute force attack.

If you do not apply 2-Step verification to your account, your account will be easily accessed with the help of Brute Force. 

Target Base Word list:
So Now Let's talk about what is target base word list? The Target base word list that you have created based on your victim information. E.g.

I want to hack my friend's account. Which I know completely. I know everything about my friend, like his Gmail account, his name, his parents name.

So now I use this information against my friend to create a strong word list to hack my friend Account.

We will use a tool called cup to create a target base and strong word list. So now the question is how to use this tool.

If you don't have termux application then Go to play store and download it. After downloading open the app And write down the following commandos one by one.

Our first command is apt update && upgrade. This command is used to upgrade every tool in your termux. So off course this command is important.
Our second command to create a word list in termux is apt to install git. Actually git command is used to clone every thing from the internet. And this very important to install this package.

Ok so our third command is pkg install python. Python is a language and this tool is built in Python language. 

So first we need to install package python. Maybe many peoples confuse between these two commands pkg install python or apt install python.

But let me make it clear that these two commands are the same. You can use either of these.

Our fourth command is a link. As I mentioned above we use git command to clone anything in termux from internet. So you can type git clone and Next, paste the tool link.
OK, that's it. Every termux user know about our next two commands ls, cd. First command is used to check files in the directory and second command cd is used to change the directory.

Our last command is very important to run this tool successfully. When you type this command and hit the enter button. You will be presented with an interface. Now it's time to put information about your victim. 

To make your target base word list strong. Cupp tool ask you to put information about your victim e.g. Victim full name etc.

When you're done everything your target base word list is ready. Save your password list in your mobile by putting command mv file.txt /sdcard.

Above command is used to save anything from termux to your android phone internal storage.
Remember that SD card in Termux means the internal storage of your Android mobile. So don't worry about that!

Commands for Termux:

$ apt update && upgrade
$ apt install git
$ apt install python
$ git clone https://github.com/Mebus/cupp
$ ls
$ cd cupp
$ ls
$ python cupp.py -i

Make Wordlist In Kali Linux
Above I explained how to make word list in Termux. But if you do not have an Android mobile, and you only use a computer. So I will also tell you how you can create the world list using Kali Linux.

Because Kali Linux is also an operating system. So we can also use this tool in Kali Linux to make strong word list.  

 
Commands for Kali Linux:

(1) apt-get install python
(2)apt-get install clone
(3)git clone https://github.com/Mebus/cupp.py
(4)ls
(5)cd cupp
(6)ls
(7)./cupp.py -i

Now fill information About you target to get password list.


Post a Comment

Previous Post Next Post