We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c854546 commit 913db95Copy full SHA for 913db95
1 file changed
README.md
@@ -1,10 +1,26 @@
1
-### 简介
+- 简介
2
3
和[RcoIl](http://github.com/rcoIl)一起写的小工具,可上传下载文件,xp_cmdshell与sp_oacreate双回显和clr加载程序集执行相应操作。功能参考[mssqlproxy](https://github.com/blackarrowsec/mssqlproxy),由于目前C#还不知如何获取SQL连接的socket,该项目中的mssqlproxy功能目前尚未实现。另外,Clr不适用于一些与线程进程相关的操作。
4
5
##### 编译环境为net 4.0
6
7
-### 吹一波[RcoIl](http://github.com/rcoIl),关注[RcoIl](http://github.com/rcoIl)跟着大佬学C#!!!
+### 更新日志
8
+
9
+- 2021-07-10
10
+ - 修复上传bug
11
+ - 修复clr回显bug
12
+- 2021-06-22
13
+ - 添加clr执行命令和程序
14
+ - 添加clr合并文件功能,方便在cmd被拦截时代替copy /b合并文件
15
+ - 修改支持自定义端口
16
+- 2021-05-27
17
+ - 支持shellcode远程加载
18
+- 2021-01-19
19
+ - 支持xp_cmdshell与sp_oacreate双回显
20
+ - 支持clr加载程序集执行
21
+ - 支持上传下载文件
22
+- 2019-12-18
23
+ - 发布最初命令行版
24
25
### Usage
26
0 commit comments