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
Tools/GitHubGitHub/jlinebau/cve-2025-55315-scanner-monitor
Packet Sniffing & AnalysisVulnerability ScannersWeb Proxies & InterceptionWeb SecurityNetwork SecurityLearning & Education
GitHubjlinebau/cve-2025-55315-scanner-monitor

CVE-2025-55315-Scanner-Monitor

Quick and Simple Scripts to Scan for Vulnerable Servers and Packet Level Monitors

View Repository
210 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-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 ()

tls_proxy_cve_monitor.go

Acts as a TLS proxy to inspect decrypted HTTPS traffic for conflicting Content-Length and Transfer-Encoding: chunked headers.

Setup

Generate a self-signed TLS certificate:

root@kitploit:~
openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365 -nodes

Run the proxy

root@kitploit:~
sudo go run tls_proxy_cve_monitor.go

Output

  • Python scanner logs results to aspnet_vulnerability_scan_results.json
  • Go proxy logs suspicious HTTPS requests to the console

Disclaimer

These tools are for educational and authorized security testing purposes only. Do not use them on systems without explicit permission.

Download Tool