提交 24b1d5f3 编写于 作者: M Medicean

Release v2.1.10

上级 cb9fd607
......@@ -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)
......@@ -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)
> 非常有幸能够加入星链计划, 大家有空可以了解一下星链计划,有许多很酷的安全项目, 你一定不想错过
### 插件相关
......
# 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!
......
# 中国蚁剑 [![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]
> 一剑在手,纵横无忧!
......
{
"name": "antsword",
"version": "2.1.9",
"version": "2.1.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "antsword",
"version": "2.1.9",
"version": "2.1.10",
"license": "MIT",
"dependencies": {
"crypto-js": "^3.1.9-1",
......
{
"name": "antsword",
"version": "2.1.9",
"version": "2.1.10",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册