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
dac96611
Commit
dac96611
authored
Jun 11, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
snapshot v2.1.3
parent
916403e6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
6 deletions
+35
-6
CHANGELOG.md
CHANGELOG.md
+30
-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 @
dac96611
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
> 有空会补补BUG、添添新功能。
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.3)`
##
2019/06/11
`v(2.1.3)`
### 核心模块
### 核心模块
...
@@ -29,6 +29,35 @@
...
@@ -29,6 +29,35 @@
*
修复
`jsp_custom_script_for_mysql.jsp`
使用
`base64`
编码器连接数据库时
`characterEncoding`
二次解码导致的无法识别的问题 #171
*
修复
`jsp_custom_script_for_mysql.jsp`
使用
`base64`
编码器连接数据库时
`characterEncoding`
二次解码导致的无法识别的问题 #171
*
修复
`ASP`
、
`Custom`
数据库管理导出问题 #172
*
修复
`ASP`
、
`Custom`
数据库管理导出问题 #172
*
`jsp_custom_script_for_mysql.jsp`
,
`jsp_custom_script_for_oracle.jsp`
,
`jspx_custom_script_for_mysql.jspx`
新增解码器支持
*
`jsp_custom_script_for_mysql.jsp`
,
`jsp_custom_script_for_oracle.jsp`
,
`jspx_custom_script_for_mysql.jspx`
新增解码器支持
*
现在可以使用 HomeBrew 来安装、更新
`AntSword-Loader`
和
`AntSword`
了。参见
[
homebrew-antsword
](
https://github.com/AntSwordProject/homebrew-antsword/
)
具体步骤如下:
1.
添加 antsword 源
```
$ brew tap antswordproject/antsword
```
2. 安装 antsword-loader
```
$ brew cask install antsword-loader
```
3. 安装 antsword
```
$ brew install antsword
```
安装完毕后,运行 AntSword.app, 选择源码目录为 `/usr/local/opt/antsword`
**如果使用 HomeBrew 来管理antsword-loader 和 antsword 的版本,请一直使用该方式进行管理**
### 插件相关
* 新增 [「免杀Shell生成」插件](https://github.com/yzddmr6/as_webshell_venom) (Author: @yzddmr6)
> 利用随机异或免杀D盾蚁剑版
## 2019/05/13 `v(2.1.2)`
## 2019/05/13 `v(2.1.2)`
...
...
README.md
View file @
dac96611
# AntSword [][url-release]
# AntSword [][url-release]
> AntSword in your hands, no worries in your mind!
> AntSword in your hands, no worries in your mind!
...
...
README_CN.md
View file @
dac96611
# 中国蚁剑 [][url-release]
# 中国蚁剑 [][url-release]
> 一剑在手,纵横无忧!
> 一剑在手,纵横无忧!
...
...
package-lock.json
View file @
dac96611
{
{
"name"
:
"antsword"
,
"name"
:
"antsword"
,
"version"
:
"2.1.
2
"
,
"version"
:
"2.1.
3
"
,
"lockfileVersion"
:
1
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"requires"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
@@ -1021,4 +1021,4 @@
...
@@ -1021,4 +1021,4 @@
}
}
}
}
}
}
}
}
\ No newline at end of file
package.json
View file @
dac96611
{
{
"name"
:
"antsword"
,
"name"
:
"antsword"
,
"version"
:
"2.1.
2.4
"
,
"version"
:
"2.1.
3
"
,
"description"
:
"中国蚁剑是一款跨平台的开源网站管理工具"
,
"description"
:
"中国蚁剑是一款跨平台的开源网站管理工具"
,
"main"
:
"app.js"
,
"main"
:
"app.js"
,
"dependencies"
:
{
"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