Skip to content

Commit

Permalink
Release v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Feb 6, 2021
1 parent cb9fd60 commit 24b1d5f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.10)`
## 2021/02/06 `v(2.1.10)`

### 核心

* 升级 JSP Template 到 v1.4
* 兼容 JDK6
* 兼容 Weblogic 内存 Webshell
* 优化报错信息
* 解决windows下中文乱码的问题(win选择GBK编码,linux选择UTF-8编码)
* 实战中只能获取到response的情况几乎没有,所以为了减少payload体积不再支持response作为入口参数
* 增加用于测试 payload 的Web项目
* 修复 java -jar xxx.war 启动时当前目录获取失败的问题

### 数据管理

* 修复 context menu category self-xss (thx @lixuesv)
Expand All @@ -15,6 +23,10 @@

* 优化插件加载, 加载异常的插件不会再影响到其它插件加载了
* 更新纯真IP库(2021/02/02)
* 文档地址更换到语雀 https://www.yuque.com/antswordproject/antsword/
* 加入 404Team [404StarLink 2.0 - Galaxy](https://github.com/knownsec/404StarLink2.0-Galaxy)

> 非常有幸能够加入星链计划, 大家有空可以了解一下星链计划,有许多很酷的安全项目, 你一定不想错过
### 插件相关

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AntSword [![release](https://img.shields.io/badge/release-v2.1.9-blue.svg?style=flat-square)][url-release]
# AntSword [![release](https://img.shields.io/badge/release-v2.1.10-blue.svg?style=flat-square)][url-release]

> AntSword in your hands, no worries in your mind!
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.9-blue.svg?style=flat-square)][url-release]
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.10-blue.svg?style=flat-square)][url-release]

> 一剑在手,纵横无忧!
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsword",
"version": "2.1.9",
"version": "2.1.10",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit 24b1d5f

Please sign in to comment.