diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5545c3..fbe6ebb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ > 有空会补补BUG、添添新功能。 > 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT. -## `v(2.1.6)` +## 2019/09/17 `v(2.1.6)` ### 后端模块 @@ -43,6 +43,14 @@ * 默认设置新增 「使用随机英文单词变量」配置项 * 移除 shells 目录, 示例脚本已转至 [AwesomeScript](https://github.com/AntSwordProject/AwesomeScript) 仓库下 +### 插件相关 + +* 新增插件「[SacnWebShell](https://github.com/virink/as_scanwebshell)」 + + > 通过正则匹配,查找后门 webshell + + ![scanwebshell](https://i.loli.net/2019/09/17/jRXD3pLaV5sCUkr.png) + ## 2019/08/19 `v(2.1.5)` ### 核心模块 diff --git a/README.md b/README.md index 5d92a0c6..69a2fcf5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AntSword [![release](https://img.shields.io/badge/release-v2.1.5-blue.svg?style=flat-square)][url-release] +# AntSword [![release](https://img.shields.io/badge/release-v2.1.6-blue.svg?style=flat-square)][url-release] > AntSword in your hands, no worries in your mind! diff --git a/README_CN.md b/README_CN.md index 8685c94a..19f5d1ae 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,4 +1,4 @@ -# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.5-blue.svg?style=flat-square)][url-release] +# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.6-blue.svg?style=flat-square)][url-release] > 一剑在手,纵横无忧! diff --git a/package-lock.json b/package-lock.json index 9a41e778..39383c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "antsword", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13d2c179..ef66980d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antsword", - "version": "2.1.5.2", + "version": "2.1.6", "description": "中国蚁剑是一款跨平台的开源网站管理工具", "main": "app.js", "dependencies": {