File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ # version 1.9.10
2+ ----------------
3+ fix different python versions have different behaviors on ipaddress library #319
4+
15# version 1.9.9
26----------------
37* auto correct url based on poc's protocol attribute #316
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ is maintained at:
3131.I https://pocsuite.org
3232.PP
3333.SH VERSION
34- This manual page documents pocsuite3 version 1.9.9
34+ This manual page documents pocsuite3 version 1.9.10
3535.SH AUTHOR
3636.br
3737(c) 2014-present by Knownsec 404 Team
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ is maintained at:
283283.I https://pocsuite.org
284284.PP
285285.SH VERSION
286- This manual page documents pocsuite3 version 1.9.9
286+ This manual page documents pocsuite3 version 1.9.10
287287.SH AUTHOR
288288.br
289289(c) 2014-present by Knownsec 404 Team
Original file line number Diff line number Diff line change 11__title__ = 'pocsuite3'
2- __version__ = '1.9.9 '
2+ __version__ = '1.9.10 '
33__author__ = 'Knownsec 404 Team'
44__author_email__ = '[email protected] ' 55__license__ = 'GPLv2'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def find_packages(where='.'):
2121
2222setup (
2323 name = 'pocsuite3' ,
24- version = '1.9.9 ' ,
24+ version = '1.9.10 ' ,
2525 url = 'https://pocsuite.org' ,
2626 description = 'Open-sourced remote vulnerability testing framework.' ,
2727 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments