Repository History
Explore all analyzed open source repositories

Certbot: Automating HTTPS with Let's Encrypt Certificates
Certbot is a free, open source software tool developed by the EFF to automatically enable HTTPS on your server. It simplifies the process of obtaining and renewing SSL/TLS certificates from Let's Encrypt. This powerful client also supports any other Certificate Authority that utilizes the ACME protocol, making secure web communication accessible to everyone.

buffer-overflow-lab: A Hands-On Lab for Buffer Overflow Vulnerabilities
The `buffer-overflow-lab` project provides a controlled environment to demonstrate and understand buffer overflow vulnerabilities in web applications. Designed for educational purposes, it aids in secure software development training, offering both manual testing and automated exploit scripts. This lab uses Python, Flask, and Docker to simulate real-world attack scenarios.