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 2.0.4
2+ ----------------
3+ * Updated protocol names that are compatible with Nuclei v2.9.1
4+
15# version 2.0.3
26----------------
37* optimized URL protocol correction #356 , thanks @chenjiewei123
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 2.0.3
34+ This manual page documents pocsuite3 version 2.0.4
3535.SH AUTHOR
3636.br
3737(c) 2014-present by Knownsec 404 Team
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ is maintained at:
289289.I https://pocsuite.org
290290.PP
291291.SH VERSION
292- This manual page documents pocsuite3 version 2.0.3
292+ This manual page documents pocsuite3 version 2.0.4
293293.SH AUTHOR
294294.br
295295(c) 2014-present by Knownsec 404 Team
Original file line number Diff line number Diff line change 11__title__ = 'pocsuite3'
2- __version__ = '2.0.3 '
2+ __version__ = '2.0.4 '
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 = '2.0.3 ' ,
24+ version = '2.0.4 ' ,
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