Skip to content

Commit d19522d

Browse files
committed
v1.1 avec Release
1 parent e185150 commit d19522d

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,5 +675,5 @@ Public License instead of this License. But first, please read
675675

676676

677677
Copyright (c) 2020 PACKER FUZZER TEAM
678-
With: Poc-Sir、KpLi0rn、Lucy、RachesseHS、Lupin-III
678+
With: Poc-Sir、KpLi0rn、Liucy、RachesseHS、Lupin-III
679679
E-mail: admin@hackinn.com

README.en.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@ When submitting, in order to facilitate our judgment, please attach the correspo
171171

172172
## 👑 Updated records
173173

174-
- v1.0
174+
- v1.0 30/09/2020
175175

176176
1. We created it.
177+
178+
- v1.1 21/11/2020
179+
180+
1. fix some compatibility issues in Windows system. 2;
181+
182+
2. improve the part of global certificate validation that is ignored;
183+
184+
3. fixed several bugs that could cause serious errors in the scanner.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@
178178

179179
## 👑 更新记录
180180

181-
- v1.0
181+
- v1.0 2020/09/30
182182

183-
1. 开天辟地,懂的自然懂
183+
1. 开天辟地,懂的自然懂.
184+
185+
- v1.1 2020/11/21
186+
187+
1. 修复了一些Windows系统下的兼容性问题;
188+
189+
2. 改进了全局证书校验忽略的部分;
190+
191+
3. 修复了多处可能会导致扫描器产生严重错误的bug.

lib/common/banner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import random
55

66

7-
Version = 'Packer Fuzzer v1.0'
7+
Version = 'Packer Fuzzer v1.1'
88
red = '\033[25;31m'
99
green = '\033[25;32m'
1010
yellow = '\033[25;33m'

0 commit comments

Comments
 (0)