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-2025-23419 | Kitploit
Tools/GitHubGitHub/xitexploiter96-dot/cve-2025-23419
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubxitexploiter96-dot/cve-2025-23419

CVE-2025-23419

View Repository
4 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

🔐 TLS Session Reuse Exploit Tester (~$ BY XIT)

A Python-based tool to test potential TLS session reuse vulnerabilities that may allow authentication bypass in misconfigured servers.


⚠️ Disclaimer

This tool is for educational and authorized security testing purposes only.
Do NOT use it on systems without proper permission.


📌 Description

This script attempts to simulate a TLS session reuse scenario:

  1. Connects to a server that requires client certificate authentication
  2. Establishes a TLS session
  3. Reuses the same session to access another server (on same IP/port)
  4. Checks if authentication is bypassed

🚀 Features

  • Custom TLS adapter with client certificate support
  • Session reuse testing
  • Simple CLI interface
  • Lightweight & fast

🛠️ Requirements

  • Python 3.x
  • Required modules:
root@kitploit:~
pip install requests cryptography urllib3
Download Tool