pysap


Namepysap JSON
Version 0.1.19 PyPI version JSON
download
home_pagehttps://www.secureauth.com/labs/open-source-tools/pysap
SummaryPython library for crafting SAP's network protocols packets
upload_time2021-04-29 15:55:59
maintainer
docs_urlNone
authorMartin Gallo
requires_python
licenseGNU General Public License v2 or later (GPLv2+)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pysap - Python library for crafting SAP's network protocols packets
===================================================================

[![Build and test pysap](https://github.com/SecureAuthCorp/pysap/workflows/Build%20and%20test%20pysap/badge.svg)](https://github.com/SecureAuthCorp/pysap/actions?query=workflow%3A%22Build+and+test+pysap%22)
[![Latest Version](https://img.shields.io/pypi/v/pysap.svg)](https://pypi.python.org/pypi/pysap/)
[![Documentation Status](http://readthedocs.org/projects/pysap/badge/?version=latest)](http://pysap.readthedocs.io/en/latest/?badge=latest)

SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.

Version 0.1.19 (April 2021)


Overview
--------

[SAP Netweaver](https://www.sap.com/platform/netweaver/index.epx) and
[SAP HANA](https://www.sap.com/products/hana.html) are technology platforms for
building and integrating SAP business applications. Communication between components
uses different network protocols and some services and tools make use of custom file
formats as well. While some of them are standard and well-known protocols, others
are proprietaries and public information is generally not available.

[pysap](https://www.secureauth.com/labs/open-source-tools/pysap)
is an open source Python 2 library that provides modules for crafting and sending packets
using SAP's `NI`, `Diag`, `Enqueue`, `Router`, `MS`, `SNC`, `IGS`, `RFC` and `HDB`
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`)
    * SAP Remote Function Call (`RFC`)
    * SAP HANA SQL Command Network (`HDB`)

* Client interfaces for handling the following file formats:

    * SAP [`SAR` archive files](https://www.iana.org/assignments/media-types/application/vnd.sar)
    * SAP Personal Security Environment (`PSE`) files
    * SAP SSO Credential (`Credv2`) files
    * SAP Secure Storage in File System (`SSFS`) 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.


Installation
------------

To install pysap simply run:

    $ pip install pysap

pysap is compatible and tested with Python 2.7. A Python 2/3 compatible version
is [in the workings](https://github.com/SecureAuthCorp/pysap/tree/python2-3) but
it's [not finalized yet](https://github.com/SecureAuthCorp/pysap/projects/1).

Documentation
-------------

Documentation is available at [Read the Docs](https://pysap.readthedocs.io/en/latest/).


License
-------

This library is distributed under the GPLv2 license. Check the `COPYING` file for
more details.


Disclaimer
----------

The spirit of this open source initiative is hopefully to help the community to
alleviate some of the hindrances associated with the implementation of
networking protocols and stacks, aiming at speeding up research and educational
activities. By no means this package is meant to be used in production
environments / commercial products. If so, we would advise to include it into a
proper SDLC process.


Authors
-------

The library was designed and developed by Martin Gallo from [SecureAuth's Innovation
Labs](https://www.secureauth.com/labs/) team, with the help of a large number of
contributors.

### Contributors ###

Contributions made by:

  * Florian Grunow ([@0x79](https://twitter.com/0x79))
  * Scott Walsh ([@invisiblethreat](https://github.com/invisiblethreat))
  * Joris van de Vis ([@jvis](https://twitter.com/jvis))
  * Victor Portal Gonzalez
  * Dmitry Yudin ([@ret5et](https://github.com/ret5et))
  * Hans-Christian Esperer ([@hce](https://github.com/hce))
  * Vahagn Vardanyan ([@vah13](https://github.com/vah13))
  * Mathieu Geli ([@gelim](https://github.com/gelim))
  * Yvan Genuer ([@iggy38](https://github.com/iggy38))
  * Malte Heinzelmann ([@hnzlmnn](https://github.com/hnzlmnn))
  * Albert Zedlitz
  * [@cclauss](https://github.com/cclauss)
  * [@okuuva](https://github.com/okuuva)
  * Dmitry Chastuhin ([@_chipik](https://twitter.com/_chipik))
  * fabhap
  * Andreas Hornig
  * Jennifer Hornig ([@gloomicious](https://github.com/gloomicious))


Contact
-------

Whether you want to report a bug or give some suggestions on this package, drop
us a few lines at `oss@secureauth.com` or contact the author email
`mgallo@secureauth.com`.



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.secureauth.com/labs/open-source-tools/pysap",
    "name": "pysap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Martin Gallo",
    "author_email": "mgallo@secureauth.com",
    "download_url": "https://files.pythonhosted.org/packages/4c/4a/e529e4879d05dfa2694e8fbdd53e653547f90e885b81d318f3cced9abf9a/pysap-0.1.19.zip",
    "platform": "",
    "description": "pysap - Python library for crafting SAP's network protocols packets\n===================================================================\n\n[![Build and test pysap](https://github.com/SecureAuthCorp/pysap/workflows/Build%20and%20test%20pysap/badge.svg)](https://github.com/SecureAuthCorp/pysap/actions?query=workflow%3A%22Build+and+test+pysap%22)\n[![Latest Version](https://img.shields.io/pypi/v/pysap.svg)](https://pypi.python.org/pypi/pysap/)\n[![Documentation Status](http://readthedocs.org/projects/pysap/badge/?version=latest)](http://pysap.readthedocs.io/en/latest/?badge=latest)\n\nSECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.\n\nVersion 0.1.19 (April 2021)\n\n\nOverview\n--------\n\n[SAP Netweaver](https://www.sap.com/platform/netweaver/index.epx) and\n[SAP HANA](https://www.sap.com/products/hana.html) are technology platforms for\nbuilding and integrating SAP business applications. Communication between components\nuses different network protocols and some services and tools make use of custom file\nformats as well. While some of them are standard and well-known protocols, others\nare proprietaries and public information is generally not available.\n\n[pysap](https://www.secureauth.com/labs/open-source-tools/pysap)\nis an open source Python 2 library that provides modules for crafting and sending packets\nusing SAP's `NI`, `Diag`, `Enqueue`, `Router`, `MS`, `SNC`, `IGS`, `RFC` and `HDB`\nprotocols. In addition, support for creating and parsing different proprietary file\nformats is included. The modules are built on top of [Scapy](https://scapy.net/) and are\nbased on information acquired at researching the different protocols, file formats\nand services.\n\n\nFeatures\n--------\n\n* Dissection and crafting of the following network protocols:\n\n    * SAP Network Interface (`NI`)\n    * SAP `Diag`\n    * SAP `Enqueue`\n    * SAP `Router`\n    * SAP Message Server (`MS`)\n    * SAP Secure Network Connection (`SNC`)\n    * SAP Internet Graphic Server (`IGS`)\n    * SAP Remote Function Call (`RFC`)\n    * SAP HANA SQL Command Network (`HDB`)\n\n* Client interfaces for handling the following file formats:\n\n    * SAP [`SAR` archive files](https://www.iana.org/assignments/media-types/application/vnd.sar)\n    * SAP Personal Security Environment (`PSE`) files\n    * SAP SSO Credential (`Credv2`) files\n    * SAP Secure Storage in File System (`SSFS`) files\n\n* Library implementing SAP's `LZH` and `LZC` compression algorithms.\n\n* Automatic compression/decompression of payloads with SAP's algorithms.\n\n* Client, proxy and server classes implemented for some of the protocols.\n\n* Example scripts to illustrate the use of the different modules and protocols.\n\n\nInstallation\n------------\n\nTo install pysap simply run:\n\n    $ pip install pysap\n\npysap is compatible and tested with Python 2.7. A Python 2/3 compatible version\nis [in the workings](https://github.com/SecureAuthCorp/pysap/tree/python2-3) but\nit's [not finalized yet](https://github.com/SecureAuthCorp/pysap/projects/1).\n\nDocumentation\n-------------\n\nDocumentation is available at [Read the Docs](https://pysap.readthedocs.io/en/latest/).\n\n\nLicense\n-------\n\nThis library is distributed under the GPLv2 license. Check the `COPYING` file for\nmore details.\n\n\nDisclaimer\n----------\n\nThe spirit of this open source initiative is hopefully to help the community to\nalleviate some of the hindrances associated with the implementation of\nnetworking protocols and stacks, aiming at speeding up research and educational\nactivities. By no means this package is meant to be used in production\nenvironments / commercial products. If so, we would advise to include it into a\nproper SDLC process.\n\n\nAuthors\n-------\n\nThe library was designed and developed by Martin Gallo from [SecureAuth's Innovation\nLabs](https://www.secureauth.com/labs/) team, with the help of a large number of\ncontributors.\n\n### Contributors ###\n\nContributions made by:\n\n  * Florian Grunow ([@0x79](https://twitter.com/0x79))\n  * Scott Walsh ([@invisiblethreat](https://github.com/invisiblethreat))\n  * Joris van de Vis ([@jvis](https://twitter.com/jvis))\n  * Victor Portal Gonzalez\n  * Dmitry Yudin ([@ret5et](https://github.com/ret5et))\n  * Hans-Christian Esperer ([@hce](https://github.com/hce))\n  * Vahagn Vardanyan ([@vah13](https://github.com/vah13))\n  * Mathieu Geli ([@gelim](https://github.com/gelim))\n  * Yvan Genuer ([@iggy38](https://github.com/iggy38))\n  * Malte Heinzelmann ([@hnzlmnn](https://github.com/hnzlmnn))\n  * Albert Zedlitz\n  * [@cclauss](https://github.com/cclauss)\n  * [@okuuva](https://github.com/okuuva)\n  * Dmitry Chastuhin ([@_chipik](https://twitter.com/_chipik))\n  * fabhap\n  * Andreas Hornig\n  * Jennifer Hornig ([@gloomicious](https://github.com/gloomicious))\n\n\nContact\n-------\n\nWhether you want to report a bug or give some suggestions on this package, drop\nus a few lines at `oss@secureauth.com` or contact the author email\n`mgallo@secureauth.com`.\n\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v2 or later (GPLv2+)",
    "summary": "Python library for crafting SAP's network protocols packets",
    "version": "0.1.19",
    "project_urls": {
        "Download": "https://www.secureauth.com/labs/open-source-tools/pysap",
        "Homepage": "https://www.secureauth.com/labs/open-source-tools/pysap"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3a91520cfe12991a91bdfb94bf59692c8cfe404b4033549050c63c60f300bf3",
                "md5": "fd462cbddf2ef0925e898b50173a5607",
                "sha256": "d0703d76dcff2d09d252e1d9224e08acce3aff8a2b66ca5b1eabe19f23e68005"
            },
            "downloads": -1,
            "filename": "pysap-0.1.19-cp27-cp27m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd462cbddf2ef0925e898b50173a5607",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 146563,
            "upload_time": "2021-04-29T15:48:14",
            "upload_time_iso_8601": "2021-04-29T15:48:14.048026Z",
            "url": "https://files.pythonhosted.org/packages/a3/a9/1520cfe12991a91bdfb94bf59692c8cfe404b4033549050c63c60f300bf3/pysap-0.1.19-cp27-cp27m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79c3092d53a5099e0d7546d9064667ddcf03d576844d47ae2998e79b070cce86",
                "md5": "841eb6fb5d25a8bff1b9121017d173d0",
                "sha256": "48d575b0dae8d080bfb270cf49046090581e3c36c9c4b16614131c4e98e356b4"
            },
            "downloads": -1,
            "filename": "pysap-0.1.19-cp27-cp27m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "841eb6fb5d25a8bff1b9121017d173d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 139003,
            "upload_time": "2021-04-29T15:49:11",
            "upload_time_iso_8601": "2021-04-29T15:49:11.714782Z",
            "url": "https://files.pythonhosted.org/packages/79/c3/092d53a5099e0d7546d9064667ddcf03d576844d47ae2998e79b070cce86/pysap-0.1.19-cp27-cp27m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c4ae529e4879d05dfa2694e8fbdd53e653547f90e885b81d318f3cced9abf9a",
                "md5": "5285f00b58833dbf3fbe6fe64a6e7a40",
                "sha256": "a9b772771be41c87c2457ee2476a6d9cc91d659decd287d6c5d502de61b5086c"
            },
            "downloads": -1,
            "filename": "pysap-0.1.19.zip",
            "has_sig": false,
            "md5_digest": "5285f00b58833dbf3fbe6fe64a6e7a40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11045231,
            "upload_time": "2021-04-29T15:55:59",
            "upload_time_iso_8601": "2021-04-29T15:55:59.633908Z",
            "url": "https://files.pythonhosted.org/packages/4c/4a/e529e4879d05dfa2694e8fbdd53e653547f90e885b81d318f3cced9abf9a/pysap-0.1.19.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-04-29 15:55:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pysap"
}
        
Elapsed time: 0.11327s