Proof-of-concept exploit for the Lucky13 TLS/SSL vulnerability (CVE-2013-0169)
Based on wearohat/lucky13
- Python 3.x
- Required dependencies (see
requirements.txt)
-
Open the exploit script:
nano lucky13exploit.py
-
Locate the Example usage section and update the target URL:
target_url = "https://example.com/vulnerable-endpoint" # Replace with your target
-
Save and exit
chmod +x lucky13exploit.py
python lucky13exploit.pyThis tool is provided for authorized security research and educational purposes only. Unauthorized access to computer systems is illegal. Always obtain proper authorization before testing.
- CVE-2013-0169: Lucky13 TLS/SSL Vulnerability
- Original research: wearohat/lucky13