Skip to content

SwitdnSec/Lucky13-Exploit-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lucky13 Exploit PoC

image

Proof-of-concept exploit for the Lucky13 TLS/SSL vulnerability (CVE-2013-0169)

Based on wearohat/lucky13

Quick Start

Prerequisites

  • Python 3.x
  • Required dependencies (see requirements.txt)

Configuration

  1. Open the exploit script:

    nano lucky13exploit.py
  2. Locate the Example usage section and update the target URL:

    target_url = "https://example.com/vulnerable-endpoint"  # Replace with your target
  3. Save and exit

Running the Exploit

chmod +x lucky13exploit.py
python lucky13exploit.py

Disclaimer

This tool is provided for authorized security research and educational purposes only. Unauthorized access to computer systems is illegal. Always obtain proper authorization before testing.


References

  • CVE-2013-0169: Lucky13 TLS/SSL Vulnerability
  • Original research: wearohat/lucky13

About

Proof-of-concept exploit for the Lucky13 TLS/SSL vulnerability (CVE-2013-0169)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages