| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A controlled environment for demonstrating and understanding buffer overflow vulnerabilities in web applications. This project is designed for educational purposes as part of secure software development training.
This project intentionally contains vulnerable code for educational purposes. Do not deploy in a production environment.
buffer-overflow-demo/
├── docker-compose.yml
├── exploit/
│ └── exploit.py
└── web/
├── Dockerfile
├── app.py
├── requirements.txt
└── templates/
└── index.html
git clone https://github.com/0x4m4/buffer-overflow-lab.git
cd buffer-overflow-demodocker-compose up --buildpip install requestscd exploit
python exploit.pyThis application is intentionally vulnerable and should only be used in isolated, educational environments. The container includes security measures like:
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
| Back | FazBrowse Home | New Git URL |