Sploitus

Exploit for CVE-2025-55315-Scanner-Monitor

kitploit Β· 2026-09-09

Exploit Code

MARKDOWN21 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-JLINEBAU-CVE-2025-55315-SCANNER-MONITOR
# CVE-2025-55315 Vulnerability Scanner and TLS Proxy

This repository contains tools to detect and monitor ASP.NET Core applications vulnerable to CVE-2025-55315, which involves HTTP request smuggling due to conflicting HTTP headers.

## Tools Included

### 1\. Python Vulnerability Scanner (`CVE-2025-55315_check.py`)

Scans a list of URLs and checks the `Server` HTTP header for known vulnerable ASP.NET Core versions.

#### Usage

root@kitploit:~
    
    
    pip install requests
    python CVE-2025-55315_check.py
    

### 2\. Go TLS Proxy Monitor ()