Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
pysap — pysap is an open source Python library that provides modules for crafting and sending packets using SAP's NI, Diag, Enqueue, Router, MS, SNC, IGS, RFC and HDB protocols. | Kitploit
도구/GitHubGitHub/owasp/pysap
Packet Sniffing & AnalysisVulnerability AnalysisExploitationFuzzingNetwork SecurityPenetration TestingUtilities & FrameworksLearning & Education
GitHubowasp/pysap

pysap

pysap is an open source Python library that provides modules for crafting and sending packets using SAP's NI, Diag, Enqueue, Router, MS, SNC, IGS, RFC and HDB protocols.

저장소 보기
2557118시간 39분 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

pysap - Python library for crafting SAP's network protocols packets

Build and test pysap Latest Version Documentation Status

Version 0.2.1.dev0 (in dev)

Overview

SAP Netweaver and SAP HANA 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 is an open source Python library that provides modules for crafting and sending packets using SAP's NI, Diag, Enqueue, Router, MS, SNC, IGS, RFC, NWRFC and HDB protocols. In addition, support for creating and parsing different proprietary file formats is included. The modules are built on top of Scapy 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 Netweaver RFC SDK (NWRFC)
    • SAP HANA SQL Command Network (HDB)
  • Client interfaces for handling the following file formats:

    • SAP SAR archive files
    • SAP Personal Security Environment (PSE) files

Installation

To install pysap simply run:

root@kitploit:~
$ python3 -m pip install pysap

pysap requires Python 3.10 or newer.

Roadmap

Python 3 project

After a long time and thanks to a great community effort, the project has been just ported to Python 3. The project now runs on Python 3, but bugs are still expected to raise as more functionality is tested and evaluated. Testing support by the community is highly appreciated.

In addition, some of the recent Python 3 capabilities are not yet fully adapted, such as static typing, native concurrency and others.

Further efforts

  • Bug fixing all over the place
  • Increment unit test coverage
  • Incorporate static typing and other Python 3.10+ features
  • Protocol completeness (e.g. NWRFC, RFC, Diag, HDB)
  • Create more stable tools mimicking SAP' native ones (e.g. genpse, dpmon, gwmon)
  • Update depending OWASP projects such as honeysap & SAP attack surface monitoring

Documentation

Documentation is available at Read the Docs.

The development documentation includes a short testing guide at docs/dev/testing.rst. It describes the unit and integration suites, the test harness, and the recommended tox and pytest commands.

License

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

Authors

he tool was initially designed and developed by Martin Gallo wile working at SecureAuth's Innovation Labs team, with the help of many contributors. The code was then contributed by SecureAuth to the OWASP CBAS Project in October 2022.

Contributors

Contributions made by:

  • Florian Grunow (@0x79)
  • Scott Walsh (@invisiblethreat)
  • Joris van de Vis (@jvis)
  • Victor Portal Gonzalez
  • Dmitry Yudin (@ret5et)
  • Hans-Christian Esperer (@hce)
  • Vahagn Vardanyan (@vah13)
  • Mathieu Geli (@gelim)
  • Yvan Genuer (@iggy38)
  • Malte Heinzelmann (@hnzlmnn)
  • @codeHorse87
  • Albert Zedlitz
  • @cclauss
  • @okuuva
  • Dmitry Chastuhin (@_chipik)
  • fabhap
  • Andreas Hornig
  • Jennifer Hornig (@gloomicious)
  • RedRays Security Team
  • Vincent Berg
  • Waseem Ajrab (@default-eshu)
  • @randomstr1ng
  • Tyrox (@DominikHolzapfel)
  • Hackbarth

Disclaimer

The spirit of this Open Source initiative is to help security researchers, and the community, speed up research and educational activities related to the implementation of networking protocols and stacks.

The information in this repository is for research and educational purposes only and is not intended to be used in production environments and/or as part of commercial products.

If you desire to use this tool or some part of it for your own uses, we recommend applying proper security development life cycle and secure coding practices, as well as generate and track the respective indicators of compromise according to your needs.

Contact Us

Whether you want to report a bug, send a patch, or give some suggestions on this package, drop a few lines to OWASP CBAS' project leaders.

For security-related questions check our security policy.

도구 다운로드
  • 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.

  • Command-line tools for offline work with SAP archive, PSE, Credv2, and SSFS files.

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