Skip to content

Commit

Permalink
Releasing version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gallo committed Oct 29, 2015
1 parent f64964b commit b99c1fb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2015-10-29 Martin Gallo <[email protected]>

* - Version v0.1.8 released.
* - Enabled travis containers for more quick builds.
* - Minor documentation and README improvements.
* pysap/SAPRouter.py: Documented some version numbers from old releases.
* pysapcompress/vpa108csulzh.cpp: Improved the fix for CVE-2015-2278 by
properly initializing arrays (thanks 'ret5ret').
* examples/diag_render_login_screen.py: Fail gracefully if wx is not found.
* examples/router_password_check.py: Updating the fau_timer library in
use and failing gracefully if it's not found.
* examples/router_fingerprint.py: New example script for performing
fingerprint over SAP Router versions. This is experimental and the database
included only contains a few SAP Router versions, but it might work.

2015-05-13 Martin Gallo <[email protected]>

* - Version v0.1.7 released.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pysap - Python library for crafting SAP's network protocols packets

Copyright (C) 2015 by Martin Gallo, Core Security

Version 0.1.8.dev0 (XXX 2015)
Version 0.1.8 (October 2015)


Overview
Expand Down Expand Up @@ -78,8 +78,8 @@ This tool counts with the following components:
modules and protocols: login brute force, gather information on the
application server, intercept communications, a rogue Diag server
implementation, test of Denial of Server issues [4], a Message Server
monitor implementation, listener/messager for Message Server, SAP Router
internal networks scanner and port forwarder, etc.
monitor implementation, listener/messenger for Message Server, SAP Router
internal networks scanner, port forwarder, fingerprinting, etc.


Installation & Build
Expand Down
2 changes: 1 addition & 1 deletion pysap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
__title__ = 'pysap'
"""The title of the library"""

__version__ = '0.1.8.dev0'
__version__ = '0.1.8'
"""The version of pysap"""

__url__ = "http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=pysap"
Expand Down

0 comments on commit b99c1fb

Please sign in to comment.