Skip to content

Commit

Permalink
update 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Jan 18, 2021
1 parent d3bc69f commit 46e1928
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,9 @@ Cross-platform shell code generation
* 修复http请求头不能删除
* 修复html导出编码错误
* 修复console模式下lport设置失败
* shell模式可以使用select或use选择shell
* shell模式可以使用select或use选择shell

# version 1.7.0
-----------------
* 修复`Python 3.9`兼容性问题
* console模式,添加系统命令执行,添加pocuite3命令clear清除屏幕
6 changes: 4 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ longofo
* for contributing http server module



Ro0tk1t <https://github.com/Ro0tk1t>
* for contributing multi-ip multi-poc execution features
* fix some issues
Expand All @@ -41,4 +40,7 @@ Becivells <https://github.com/Becivells>
* for contributing random user-agent switch

hex0wn <https://github.com/hex0wn>
* bugfix #139
* bugfix #139

MrMetatron <https://github.com/MrMetatron>
* console模式,添加系统命令执行,添加pocuite3命令clear清除屏幕功能
2 changes: 1 addition & 1 deletion pocsuite3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'pocsuite'
__version__ = '1.6.6'
__version__ = '1.7.0'
__author__ = 'Knownsec Security Team'
__author_email__ = '[email protected]'
__license__ = 'GPL 2.0'
Expand Down

0 comments on commit 46e1928

Please sign in to comment.