搜索资源列表
telclt
- 这是我花了几天的时间编写的UNIX+ANSI C的TELNET客户端程序。是一个具备有基本功能的TELNET客户交互程序。适用于:如果对方是TELNET服务,而要用程序交互功能的。输入参数:HostName=172.16.18.25 #主机HostPort=838 #端口,无则为23LoginPrompt=Login: #TELNET登录LOGIN提示符PassPrompt=Password: #TELNET登录PASS提示符CmdPrompt=Directel> #TELNET登录CMD
SPipe
- 一个基于windows TCP socket的后门程序,程序运行后在设定的端口监听控制端的连接并调用cmd去执行控制端的命令,控制端可以用telnet去连接。-A windows TCP socket on the back door, run the port after setting the control side of the connection monitor and call cmd command to execute the control side, the control
Telnet-software
- VC++ 可视化Telnet软件源程序,原来的Telnet是基于CMD的,也就是命令提示符,现在把它做成了窗口形式.-The Telnet software source VC++ visualization the original Telnet is based on CMD the command prompt that is, now put it into the form of a window.
vcTelnet
- 用管道实现的用程序远程登陆telnet,具体实现到打开cmd.exe-With the pipeline implementation of the program for remote login Telnet, implementation to open cmd.exe
testTelnet
- 封装好的telnet类,功能跟windows的telnet一样(telnet class, like a windows telnet cmd)