Skip to content

pysap v0.1.19

Latest
Compare
Choose a tag to compare
@martingalloar martingalloar released this 29 Apr 15:56
· 29 commits to master since this release
  • Using Scapy version 2.4.4.
  • pysap/SAPSSFS.py: New module for SAP Secure Store in File System file format.
  • bin/pysaphdbuserstore: New script for interacting with hdbuserstore SSFS files.
  • requirements-examples.txt: Renamed to match setup.py's extra.
  • pysap/SAPHDB.py: Implementation of GSS-based auth method with Kerberos 5.
  • pysap/SAPHDB.py: Handling of Session Cookie values when found in the CONNECT response.
  • pysap/SAPRouter.py: Add support to route string in SAPRouterNativeProxy. (#33) Thanks @gloomicious!
  • examples/router_fingerprints.json: New fingerprints for SAP Router version 7450.34.25.5091. Thanks @jvis!
  • examples/router_portfw.py: Add support to route string. (#33) Thanks @gloomicious!
  • tests/sapssfs_test.py: Basic unit tests for the SSFS file format.