🔐 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:
- Connects to a server that requires client certificate authentication
- Establishes a TLS session
- Reuses the same session to access another server (on same IP/port)
- 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:
pip install requests cryptography urllib3