ReverseTelnet.v2

所属分类:Telnet客户端/Shell
开发工具:Delphi
文件大小:24KB
下载次数:13
上传日期:2013-10-22 08:58:21
上 传 者wanglijunpan
说明:  反向telnet连接 主控端启动后会在公司的网站(使用万网的主机)上登记IP,被控端启动后自动从公司网站获取IP, 然后主动连接主控端,主控端可以输入任何有效命令(包括DOS命令,或任何DOS程序),被控端接受 到指令后进行执行,并将执行结果返回主控端。
(Master will end after the start in the company s web site (using the nets of host) on registration of IP, is accused of end starts automatically obtain IP from the company s web site, And then connected to the master, master can enter any valid commands (including DOS commands, or any DOS program), was charged with client to accept After the instruction execution and will return to the master end results. )

文件列表:
swClient2.dpr (12572, 2011-12-19)
swServer.dpr (188, 2008-10-25)
swClient2.dproj (4668, 2011-05-02)
swServer.dproj (4747, 2011-05-02)
swClient2.identcache (63, 2011-05-02)
swServer.identcache (117, 2011-05-02)
swClient2.dproj.local (62, 2009-12-02)
Unit1.pas (3270, 2008-11-04)
Winsock2.pas (52974, 2005-06-15)
swClient2.cfg (434, 2008-11-07)
swServer.cfg (434, 2008-10-25)
swServer.res (876, 2008-10-25)
Unit1.ddp (51, 2008-11-04)
Unit1.dfm (1873, 2008-11-04)
swClient2.dof (2574, 2008-11-07)
swServer.dof (2574, 2008-10-25)

反向Telnet,反向连接 2008年以前用Delphi 7 写的小工具 当时在矿山使用 了我们开发的系统软件,没有宽带,使用GPRS无线数据上传 当时是为了维护方便,写了这个小工具! 分服务器端(主控端――swServer.dpr)和客户端(被控端――swClient2.dpr,安装在矿山电脑上), 公司有ADSL,但IP地址是动态的, 主控端启动后会在公司的网站(使用万网的主机)上登记IP,被控端启动后自动从公司网站获取IP, 然后主动连接主控端,主控端可以输入任何有效命令(包括DOS命令,或任何DOS程序),被控端接受 到指令后进行执行,并将执行结果返回主控端。 最值得注意的是客户端的程序,自认为技术含量很高!编译后才20多K!未使用Delphi的Form,而是使用类VC的 消息循环、winSocket、管道、重定向等,从Socket接受命令直接转到CMD执行,并将执行结果通过管道输出到Socket, 返回给主控端!

近期下载者

相关文件


收藏者