Metadata-Version: 2.1
Name: pysap
Version: 0.1.17
Summary: Python library for crafting SAP's network protocols packets
Home-page: https://www.secureauth.com/labs/open-source-tools/pysap
Author: Martin Gallo
Author-email: mgallo@secureauth.com
License: GNU General Public License v2 or later (GPLv2+)
Download-URL: https://www.secureauth.com/labs/open-source-tools/pysap
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Topic :: Security
Provides: pysapcompress
Provides: pysap
Requires-Dist: scapy (==2.4.3)
Provides-Extra: docs
Requires-Dist: Sphinx (==1.7.9) ; extra == 'docs'
Requires-Dist: ipykernel ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: pyx (==0.12.1) ; extra == 'docs'
Requires-Dist: ipython (<6.0) ; extra == 'docs'
Requires-Dist: m2r (==0.2.1) ; extra == 'docs'
Provides-Extra: examples
Requires-Dist: tabulate (==0.8.3) ; extra == 'examples'
Requires-Dist: netaddr (==0.7.19) ; extra == 'examples'
Requires-Dist: cryptography (==2.8) ; extra == 'examples'
Requires-Dist: requests ; extra == 'examples'

pysap
=====

[pysap](https://www.secureauth.com/labs/open-source-tools/pysap)
is an open source Python library that provides modules for crafting and sending packets
using SAP's NI, Diag, Enqueue, Router, Message Server, SNC, IGS and RFC
protocols. In addition, support for creating and parsing different proprietary file
formats is included. The modules are built on top of [Scapy](https://scapy.net/) and are
based on information acquired at researching the different protocols, file formats
and services.


Features
--------

* Dissection and crafting of the following network protocols:

    * SAP Network Interface (NI)
    * SAP Diag
    * SAP Enqueue
    * SAP Router
    * SAP Message Server (MS)
    * SAP Secure Network Connection (SNC)
    * SAP Internet Graphic Server (IGS)

* Client interfaces for handling the following file formats:

    * SAP SAR archive files
    * SAP PSE (Personal Security Environment) files
    * SAP SSO Credential (Credv2) files

* Library implementing SAP's LZH and LZC compression algorithms.

* Automatic compression/decompression of payloads with SAP's algorithms.

* Client, proxy and server classes implemented for some of the protocols.

* Example scripts to illustrate the use of the different modules and protocols.


:copyright: SECUREAUTH LABS. Copyright (C) 2019 SecureAuth Corporation. All rights reserved.
:license: GNU General Public License v2 or later (GPLv2+).


