Skip to content

pysap v0.1.14

Compare
Choose a tag to compare
@martingalloar martingalloar released this 04 Oct 19:25
  • Added initial support for handling SNC frames and some of their fields.
  • pysap/SAPNC.py: Added fields for SNCFrames and helper wrapper/unwrapper functions.
  • pysap/SAPRouter.py: Fixed route request for more than one SAP Router when using the native proxy.
  • pysap/SAPRouter.py: Allow route strings to use lowercase separator chars (e.g. "/h/host/s/port").
  • pysap/SAPRouter.py: Allow a SAPRoutedStreamSocket to bypass the NI layer if no route was specified but talk mode
    was set to raw (#10).
  • pysap/SAPRouter.py: Enhanced the version retrieve routine by not failing when an error is returned by the server
    (#11). Thanks @gelim!.
  • pysap/SAPRouter.py: Fixed missing eyecatcher in control messages (#10).
    Thanks @gelim!.
  • examples/diag_login_screen_info.py: Script was improved by better printing technical information and
    outputting login screen text items (language, input fields, login text) (#14).
    Thanks @gelim!.
  • examples/diag_login_brute_force.py: Script was improved to handle currently logged in users
    (#16). Thanks @hnzlmnn!.
  • example/router/admin.py: Improved client list table display and fixed timestamps (#12).
    Thanks @gelim!.
  • examples/ms_dump_param.py: New example script to list Message Server parameters and check them against a list of
    expected values (#15). Thanks @iggy38!
  • examples/ms_dos_exploit.py: New example script to check for CVE-2017-5997
    DoS vulnerability on Message Server and fixed at SAP Note 2358972
    (#10). Thanks @vah13 and @gelim!