Skip to content

pysap v0.1.17

Compare
Choose a tag to compare
@martingalloar martingalloar released this 05 Nov 18:43
  • Using Scapy version 2.4.3.
  • Added documentation of projects using pysap.
  • Added documentation of all example scripts.
  • bin/pysapcar: Add cli option to determine output directory when extracting archives with pysapcar (#24) Thanks @okuuva!
  • pysap/SAPDiag.py: Added support bits for SAP GUI 7.50 and SAP NW 7.52 SP01.
  • pysap/SAPCAR.py: Fixed crafting of archive files by defaulting length fields to zero (#22) Thanks @okuuva!
  • pysap/SAPMS.py: Added the DPInfo[1-3] packets for handling specific Message Server ADM packets relaying Dispatcher/WP info: [1-3] because of tight SAP kernel version dependency. (#31) Thanks Mathieu (@gelim) and Dmitry (@_chipik)!
  • pysap/SAPRFC.py: Enhanced with mainly SAPCPIC* and SAPRFXPG* new packets. (#31) Thanks Mathieu (@gelim) and Dmitry (@_chipik)!
  • pysap/SAPRouter.py: Fixed padding on SAPRouter client info packets.
  • examples/rfc_monitor.py: Renamed the script to gw_monitor.py.
  • examples/router_scanner.py: Add capability to provide a comma separated list of targets/ports to scan.
  • examples/list_sap_parameters: Updated recommended values and added new parameters.
  • examples/ms_dump_info.py: Added NOTEQUAL check type.
  • examples/router_fingerprints.json: Added fingerprints for SAP Router 7.49 and 7.45 kernels.