diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8e41a1..ec0be004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -226,4 +226,9 @@ Cross-platform shell code generation # version 1.7.6 ----------------- -* fixes #192 \ No newline at end of file +* fixes #192 + +# version 1.7.7 +----------------- +* 添加--dork自动用poc中的dork字段扫描功能 +* 适配Debian源格式需求 \ No newline at end of file diff --git a/manpages/poc-console.1 b/manpages/poc-console.1 index 95e5444f..af9e9a90 100644 --- a/manpages/poc-console.1 +++ b/manpages/poc-console.1 @@ -31,7 +31,7 @@ is maintained at: .I https://github.com/knownsec/pocsuite3/blob/master/docs/USAGE.md .PP .SH VERSION -This manual page documents pocsuite version 1.7.6 +This manual page documents pocsuite version 1.7.7 .SH AUTHOR .br (c) 2014-2021 by Knownsec 404 Team diff --git a/manpages/pocsuite.1 b/manpages/pocsuite.1 index 93117843..f2d89965 100644 --- a/manpages/pocsuite.1 +++ b/manpages/pocsuite.1 @@ -247,7 +247,7 @@ is maintained at: .I https://github.com/knownsec/pocsuite3/blob/master/docs/USAGE.md .PP .SH VERSION -This manual page documents pocsuite version 1.7.6 +This manual page documents pocsuite version 1.7.7 .SH AUTHOR .br (c) 2014-2021 by Knownsec 404 Team diff --git a/pocsuite3/__init__.py b/pocsuite3/__init__.py index 708cc52b..445f5d39 100644 --- a/pocsuite3/__init__.py +++ b/pocsuite3/__init__.py @@ -1,5 +1,5 @@ __title__ = 'pocsuite' -__version__ = '1.7.6' +__version__ = '1.7.7' __author__ = 'Knownsec Security Team' __author_email__ = 's1@seebug.org' __license__ = 'GPL 2.0' diff --git a/setup.py b/setup.py index 71c62aad..421f40a6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def find_packages(where='.'): setup( name='pocsuite3', - version='1.7.6', + version='1.7.7', url='http://pocsuite.org', description='Pocsuite is an open-sourced remote vulnerability testing framework developed by the Knownsec Security Team.', long_description="""\