Skip to content

Commit 6060f93

Browse files
committed
v1.3 HELLO
1 parent cf88160 commit 6060f93

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/python-3.X-blueviolet"></a>
7-
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/Version-1.2-red"></a>
7+
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/Version-1.3-red"></a>
88
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/LICENSE-GPL-ff69b4"></a>
99
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/github/stars/rtcatc/Packer-Fuzzer.svg"></a>
1010
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/Packer-Fuzzer-green"></a>
@@ -215,3 +215,13 @@
215215
4. 增加了静默模式,便于批量测试或多平台联动;
216216

217217
5. 紧急修复了一个可能会导致任意命令执行的漏洞。
218+
219+
- v1.3 2021/04/23
220+
221+
1. 修复了若干可能导致检测异常的Bug;
222+
223+
2. 将PyExecJS替换为相对安全的node_vm2;
224+
225+
3. 优化了终端显示界面,增加了新的交互提示;
226+
227+
4. 优化了BaseDir的处理模式,使其更加人性化。

doc/kiwi/README.en.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/python-3.X- blueviolet"></a>
7-
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/Version-1.2-red" ></a>
7+
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/Version-1.3-red" ></a>
88
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/LICENSE-GPL-ff69b4" ></a>
99
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/github/stars/rtcatc/Packer-Fuzzer.svg"></a>
1010
<a href="https://github.com/rtcatc/Packer-Fuzzer"><img alt="Packer-Fuzzer" src="https://img.shields.io/badge/Packer-Fuzzer-green" ></a>
@@ -197,7 +197,7 @@ When submitting, in order to facilitate our judgment, please attach the correspo
197197

198198
3. Fixed several bugs that could cause serious errors in the scanner.
199199

200-
-v1.2 2021/01/21
200+
- v1.2 2021/01/21
201201

202202
1. Add front-end packager recognition function and asset tree display function;
203203

@@ -208,3 +208,13 @@ When submitting, in order to facilitate our judgment, please attach the correspo
208208
4. Added silent mode, which is convenient for batch testing or multi-platform linkage;
209209

210210
5. Urgently fix a vulnerability that may cause arbitrary command execution.
211+
212+
- v1.3 2021/04/23
213+
214+
1. Fixed several bugs that may cause abnormal detection;
215+
216+
2. Replace PyExecJS with relatively safe node_vm2;
217+
218+
3. Optimized the terminal display interface and added new interactive prompts;
219+
220+
4. Optimize the processing mode of BaseDir to make it more user-friendly.

lib/common/banner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from lib.common.cmdline import CommandLines
77

88

9-
Version = 'Packer Fuzzer v1.2'
9+
Version = 'Packer Fuzzer v1.3'
1010
red = '\033[25;31m'
1111
green = '\033[25;32m'
1212
yellow = '\033[25;33m'

0 commit comments

Comments
 (0)