Commit 30c8c546 authored by Medicean's avatar Medicean

release 2.1.4

parent a49a97f9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
> 有空会补补BUG、添添新功能。 > 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT. > 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.4)` ## 2019/07/16 `v(2.1.4)`
### 核心模块 ### 核心模块
...@@ -22,6 +22,22 @@ ...@@ -22,6 +22,22 @@
* 新增 `options['exec']` 用于替换当前 Terminal 中生成 payload 函数 * 新增 `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)` ## 2019/06/11 `v(2.1.3)`
### 核心模块 ### 核心模块
......
# AntSword [![release](https://img.shields.io/badge/release-v2.1.3-blue.svg?style=flat-square)][url-release] # AntSword [![release](https://img.shields.io/badge/release-v2.1.4-blue.svg?style=flat-square)][url-release]
> AntSword in your hands, no worries in your mind! > AntSword in your hands, no worries in your mind!
......
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.3-blue.svg?style=flat-square)][url-release] # 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.4-blue.svg?style=flat-square)][url-release]
> 一剑在手,纵横无忧! > 一剑在手,纵横无忧!
......
{ {
"name": "antsword", "name": "antsword",
"version": "2.1.3", "version": "2.1.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "antsword", "name": "antsword",
"version": "2.1.3", "version": "2.1.4",
"description": "中国蚁剑是一款跨平台的开源网站管理工具", "description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js", "main": "app.js",
"dependencies": { "dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment