Skip to content

Commit

Permalink
release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Sep 12, 2018
1 parent b7d91d3 commit 0a1f29a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## 2018/09/12 `(v2.0.1)`

### 插件

* 新增 [「LiveScan」](https://github.com/virink/LiveScan) 插件 (Author: @virink)

> Webshell存活弹出插件
1. 通过请求 Webshell 并判断返回数据是否一致判断 Webshell 是否存活
2. 仅对 PHP,ASP,ASPX 有效
3. 一键将失联的 Webshell 移动到 `[.Trash]` 分类
4. 一键清空 `[.Trash]` 分类

### Bug Fix

* 修正下载更新时 chunk 导致进度条显示问题
* 修正 Windows 客户端用户自定义编码器加载问题
* 修正 C 盘无权限目录显示的 Bug(#51)
* 修正 Windows 客户端下上传文件路径截取问题(#97 thx @jjf012)
* 修正 Linux 客户端载入源码路径错误的问题 (cbb67dd0)
* 修正 Windows 服务器修改文件时间失败问题(#98 thx @jjf012)
* 修正 ASP Access 数据库显示数据库失败问题

### Other

* PHP虚拟终端执行命令函数增加了 `shell_exec`, `passthru`, `exec`, `popen`
* ASP wget 功能模版 `Microsoft.XMLHTTP` 替换为 `MSXML2.ServerXmlHttp` 支持 https (#98 thx @jjf012)
* 添加「检查更新」菜单
* 提示通过 git 控制源码用户通过 git 命令增量更新(http下载的源码暂时不支持增量更新)

## 2018/08/25 `(v2.0.0)`

### 模块增强
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsword",
"version": "2.0.0",
"version": "2.0.1",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"through": "^2.3.8"
},
"scripts": {
"start": "electron app.js",
"start": "AntSword app.js",
"build": "npm start"
},
"author": "antoor <[email protected]>",
Expand All @@ -24,11 +24,10 @@
"url": "https://github.com/AntSwordProject/AntSword"
},
"update": {
"md5": "184c9217b01513647ccfaad49e795cfe",
"logs": "移除webpack以及其他不必要的依赖,直接无需编译即可执行ES6代码\n更新美化关于页面\n重构modules/request.js后端数据请求模块\n添加 aspx hex encoder 支持\n修正custom shell 读取自身时数据被截断的 bug\n增加php中的mysql数据库模板,用于不支持使用mysqli的服务器\n以及其他小部分的代码重构优化",
"md5": "",
"logs": "",
"sources": {
"coding.net": "https://coding.net/api/share/download/c405db5d-6fdb-4078-9326-32cd86c392a3",
"github": "https://github.com/antoor/antSword/releases/download/1.3.0/update.zip"
"github": "https://github.com/AntSwordProject/antSword/releases/latest"
}
},
"bugs": {
Expand Down

1 comment on commit 0a1f29a

@lsh4ck
Copy link

@lsh4ck lsh4ck commented on 0a1f29a Sep 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*.php?ls=YXNzZXJ0KCRfUkVRVUVTVFsnc2InXSk=&fuck=assert
这种菜刀很正常的一句话
编码器咋设置啊
额。。。就是说 编码器是啥含义

Please sign in to comment.