Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
24b1d5f3
Commit
24b1d5f3
authored
Feb 06, 2021
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release v2.1.10
parent
cb9fd607
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
CHANGELOG.md
CHANGELOG.md
+13
-1
README.md
README.md
+1
-1
README_CN.md
README_CN.md
+1
-1
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
24b1d5f3
...
...
@@ -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
)
> 非常有幸能够加入星链计划, 大家有空可以了解一下星链计划,有许多很酷的安全项目, 你一定不想错过
### 插件相关
...
...
README.md
View file @
24b1d5f3
# AntSword [][url-release]
# AntSword [][url-release]
> AntSword in your hands, no worries in your mind!
...
...
README_CN.md
View file @
24b1d5f3
# 中国蚁剑 [][url-release]
# 中国蚁剑 [][url-release]
> 一剑在手,纵横无忧!
...
...
package-lock.json
View file @
24b1d5f3
{
"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"
,
...
...
package.json
View file @
24b1d5f3
{
"name"
:
"antsword"
,
"version"
:
"2.1.
9
"
,
"version"
:
"2.1.
10
"
,
"description"
:
"中国蚁剑是一款跨平台的开源网站管理工具"
,
"main"
:
"app.js"
,
"dependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment