update netcat 1.12 to 1.13
why?
modify by chenghao0511$$gmail.com 2013/04/30
netcat -C ip port same as netcat -L -p port
how to update:
WSACleanup();
if (cycle == 1)
goto recycle;
changed to:
if (cycle == 1)
goto recycle;
WSACleanup();
source code:
http://code.google.com/p/netcat113/
https://sourceforge.net/p/netcat113/