Skip to content

Commit 834063a

Browse files
committed
release v2.1.0
1 parent c01c07f commit 834063a

File tree

2 files changed

+51
-13
lines changed

2 files changed

+51
-13
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,57 @@
22
> 有空会补补BUG、添添新功能。
33
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
44
5+
## 2019/04/24 `v(2.1.0)`
6+
7+
### 重要提醒
8+
9+
从该版本开始, 将逐渐**不兼容老版本加载器**, 建议马上升级 AntSword Loader 到 4.0.3 版本: [下载地址](https://github.com/AntSwordProject/AntSword-Loader/tree/4.0.3)
10+
11+
### 依赖相关更新
12+
13+
* 升级 `Electron``4.0.3` (Chromium `69.0.3497.106` and Node `10.11.0`)
14+
15+
> 影响较大的是编码器中关于 Buffer 相关的操作, 原来的 `new Buffer()` 方式已被弃用, 请更改为 `Buffer.from()`
16+
17+
* 升级 `Semanticui``2.2.7`
18+
* 升级 `ACE Editor``1.4.3`
19+
* 调整 `ant-views://``ant-src://``ant-static://` 协议, 注册为标准scheme
20+
21+
> 默认情况下 web storage apis (localStorage, sessionStorage, webSQL, indexedDB, cookies) 被禁止访问非标准schemes
22+
23+
* 添加 `node-rsa` 依赖包
24+
25+
### 安全更新
26+
27+
* 主窗口中增加 CSP 策略
28+
29+
### 功能更新
30+
31+
* 新增「复制 Shell URL」功能
32+
* 编码器新增扩展参数
33+
* 编码器添加 RSA 模式,目前仅支持 PHP (@virink)
34+
* 新增 asp `insert_percent` 编码器 #152
35+
* 编码器中支持 `asunescape()` 标记
36+
37+
> asunescape 括号中的内容在HTTP请求时,不会进行urlEncode
38+
>
39+
> eg:
40+
>
41+
> `data["key1"] = "++asunescape(@@@)++"; => "key1=%3B%3B@@@%3B%3B"`
42+
43+
* 新增 Loader 更新检查功能
44+
* 插件市场新增「更新插件」功能
45+
46+
### 插件相关
47+
48+
* 新增 [「绕过disable_functions」插件](https://github.com/Medicean/as_bypass_php_disable_functions) (Author: @Medicean & @howmp)
49+
50+
> 突破 disable_functions 执行系统命令,绕过 Open_basedir 等安全机制
51+
52+
* 新增 [「GodOfHacker」插件](https://github.com/virink/as_plugin_godofhacker) (Author: @virink)
53+
54+
> 黑客神器,谁用谁知道!
55+
556
## `v(2.0.7.3)
657

758
* 主窗口增加 CSP 策略

views/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)