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
30c8c546
Commit
30c8c546
authored
Jul 16, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 2.1.4
parent
a49a97f9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
5 deletions
+21
-5
CHANGELOG.md
CHANGELOG.md
+17
-1
README.md
README.md
+1
-1
README_CN.md
README_CN.md
+1
-1
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
30c8c546
...
...
@@ -2,7 +2,7 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.4)`
##
2019/07/16
`v(2.1.4)`
### 核心模块
...
...
@@ -22,6 +22,22 @@
*
新增
`options['exec']`
用于替换当前 Terminal 中生成 payload 函数
### 插件相关
*
[
绕过 disable_functions
](
https://github.com/Medicean/as_bypass_php_disable_functions
)
更新到 0.4
*
新增「FastCGI/PHP-FPM」模式
适用于PHP-FPM/FCGI 监听在 unix socket 或者 tcp socket 上时使用。常见的比如: nginx + fpm。IIS+FPM 使用的是「管道」通信,不适用。
*
新增「Apache_Mod_CGI」模式
利用 `.htaccess` 添加一个新的 cgi 后缀, 完成命令执行
*
优化了
`.antproxy.php`
性能问题
*
修复了
`.antproxy.php`
不会代理 querystring 的问题
*
以上模式可在 「AntSword-Labs」仓库中找到相关 Docker 环境, 可自行在本机搭建环境测试
## 2019/06/11 `v(2.1.3)`
### 核心模块
...
...
README.md
View file @
30c8c546
# AntSword [][url-release]
# AntSword [][url-release]
> AntSword in your hands, no worries in your mind!
...
...
README_CN.md
View file @
30c8c546
# 中国蚁剑 [][url-release]
# 中国蚁剑 [][url-release]
> 一剑在手,纵横无忧!
...
...
package-lock.json
View file @
30c8c546
{
"name"
:
"antsword"
,
"version"
:
"2.1.
3
"
,
"version"
:
"2.1.
4
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
30c8c546
{
"name"
:
"antsword"
,
"version"
:
"2.1.
3
"
,
"version"
:
"2.1.
4
"
,
"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