Skip to content

Commit

Permalink
Merge pull request #122 from open-security/tag/release-2.0.4.2
Browse files Browse the repository at this point in the history
release 2.0.4.2
  • Loading branch information
nixawk authored Oct 24, 2016
2 parents 43f0fa2 + c750a47 commit eb23ff3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ version 2.0.4.1
* Update ZoomEye API address


version 2.0.4.2
---------------
* Add seebug api support
* Add zoomeye api support
* Add random functions
* Add a new console feature
* Update cannon doc
* Fix AttributeErrir bug in pocsuite/api/x.py
* Fix OSError bug in pocsuite/lib/core/consoles.py
* Fix pep8 syntax check
* Fix output bug in pocsuite/lib/core/poc.py
* Fix timeout retry bug in pocsuite/lib/core/option.py


version 3.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion pocsuite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__title__ = 'pocsuite'
__version__ = '2.0.4.1'
__version__ = '2.0.4.2'
__author__ = 'Knownsec Security Team'
__author_email__ = '[email protected]'
__license__ = 'GPL 2.0'
Expand Down

0 comments on commit eb23ff3

Please sign in to comment.