Skip to content

Commit

Permalink
v1.3 HELLO
Browse files Browse the repository at this point in the history
  • Loading branch information
rtcatc committed Apr 23, 2021
1 parent cf88160 commit 6060f93
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

5. 紧急修复了一个可能会导致任意命令执行的漏洞。

- v1.3 2021/04/23

1. 修复了若干可能导致检测异常的Bug;

2. 将PyExecJS替换为相对安全的node_vm2;

3. 优化了终端显示界面,增加了新的交互提示;

4. 优化了BaseDir的处理模式,使其更加人性化。
14 changes: 12 additions & 2 deletions doc/kiwi/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

-v1.2 2021/01/21
- v1.2 2021/01/21

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

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

5. Urgently fix a vulnerability that may cause arbitrary command execution.

- v1.3 2021/04/23

1. Fixed several bugs that may cause abnormal detection;

2. Replace PyExecJS with relatively safe node_vm2;

3. Optimized the terminal display interface and added new interactive prompts;

4. Optimize the processing mode of BaseDir to make it more user-friendly.
2 changes: 1 addition & 1 deletion lib/common/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from lib.common.cmdline import CommandLines


Version = 'Packer Fuzzer v1.2'
Version = 'Packer Fuzzer v1.3'
red = '\033[25;31m'
green = '\033[25;32m'
yellow = '\033[25;33m'
Expand Down

0 comments on commit 6060f93

Please sign in to comment.