Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-22536_SAP_Request_Smuggling_Scanner — Fast, socket-level scanner for detecting CVE-2022-22536 in SAP ICM or Web Dispatcher instances. Performs request smuggling tests with a crafted MPI-desync payload. Supports batch scanning IP:PORT targets via plain text files. | Kitploit
Tools/GitHubGitHub/abrewer251/cve-2022-22536_sap_request_smuggling_scanner
Vulnerability ScannersExploitationWeb Application ExploitationWeb SecurityNetwork SecurityPenetration Testing
GitHubabrewer251/cve-2022-22536_sap_request_smuggling_scanner

CVE-2022-22536_SAP_Request_Smuggling_Scanner

Fast, socket-level scanner for detecting CVE-2022-22536 in SAP ICM or Web Dispatcher instances. Performs request smuggling tests with a crafted MPI-desync payload. Supports batch scanning IP:PORT targets via plain text files.

View Repository
310 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-22536 SAP Rquest Smuggling Scanner

This is a fast, socket-level batch scanner for CVE-2022-22536, a critical request smuggling vulnerability in SAP Internet Communication Manager (ICM) and SAP Web Dispatcher. It tests multiple hosts in parallel for protocol desynchronization behavior.

CVE-2022-22536 is rated CVSS 10.0 and is known to be exploited in the wild (CISA KEV list).
This tool helps identify potentially vulnerable SAP systems exposed over HTTP or HTTPS.


🚀 Features

  • Supports scanning IP[:PORT] lists from a file
  • Optional SSL/TLS and certificate validation
  • Parallel scanning via multithreading
  • CSV output of results
  • No external dependencies except [tqdm] for progress bar

📦 Requirements

  • Python 3.6+
  • tqdm

Install:

root@kitploit:~
pip install tqdm
Download Tool