{"id":24774980,"url":"https://github.com/0x4m4/buffer-overflow-lab","last_synced_at":"2025-09-07T14:08:53.881Z","repository":{"id":274518345,"uuid":"923168792","full_name":"0x4m4/buffer-overflow-lab","owner":"0x4m4","description":"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.","archived":false,"fork":false,"pushed_at":"2025-01-27T19:18:19.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T23:30:36.113Z","etag":null,"topics":["0x4m4","buffer-overflow","buffer-overflow-attack","cybersecurity","exploit","python-projects","secure-coding","secure-software-development","university-project"],"latest_commit_sha":null,"homepage":"https://0x4m4.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x4m4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-27T18:55:24.000Z","updated_at":"2025-01-27T19:23:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c608f19-a403-497c-9aaf-17a685e25fc6","html_url":"https://github.com/0x4m4/buffer-overflow-lab","commit_stats":null,"previous_names":["0x4m4/buffer-overflow-lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x4m4/buffer-overflow-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2Fbuffer-overflow-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2Fbuffer-overflow-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2Fbuffer-overflow-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2Fbuffer-overflow-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x4m4","download_url":"https://codeload.github.com/0x4m4/buffer-overflow-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2Fbuffer-overflow-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274046000,"owners_count":25212982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["0x4m4","buffer-overflow","buffer-overflow-attack","cybersecurity","exploit","python-projects","secure-coding","secure-software-development","university-project"],"created_at":"2025-01-29T06:37:17.363Z","updated_at":"2025-09-07T14:08:53.873Z","avatar_url":"https://github.com/0x4m4.png","language":"Python","readme":"# Buffer Overflow Demonstration Lab 🔒\n\nA 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.\n\n## 🚨 Warning\nThis project intentionally contains vulnerable code for educational purposes. Do not deploy in a production environment.\n\n## 🛠️ Technologies\n- Python 3.9\n- Flask\n- Docker \u0026 Docker Compose\n- Threading for concurrent attack simulation\n\n## 🏗️ Project Structure\n```\nbuffer-overflow-demo/\n├── docker-compose.yml\n├── exploit/\n│   └── exploit.py\n└── web/\n    ├── Dockerfile\n    ├── app.py\n    ├── requirements.txt\n    └── templates/\n        └── index.html\n```\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Docker\n- Docker Compose\n- Python 3.x (for running exploit scripts)\n- pip (Python package manager)\n\n### Installation \u0026 Running\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/0x4m4/buffer-overflow-lab.git\ncd buffer-overflow-demo\n```\n\n2. Start the vulnerable web application:\n```bash\ndocker-compose up --build\n```\n\n3. Install Python dependencies for the exploit script:\n```bash\npip install requests\n```\n\n4. Run the exploit demonstration:\n```bash\ncd exploit\npython exploit.py\n```\n\n## 🎯 Features\n- Controlled buffer overflow demonstration\n- Web interface for manual testing\n- Automated exploit script\n- Resource-limited containerized environment\n- Concurrent attack simulation\n\n## 🔍 Testing Scenarios\n1. Normal input (within buffer size)\n2. Boundary case testing\n3. Slight overflow demonstration\n4. Medium overflow impact\n5. Aggressive crash testing\n\n## 🛡️ Security Notice\nThis application is intentionally vulnerable and should only be used in isolated, educational environments. The container includes security measures like:\n- Resource limitations\n- No privilege escalation\n- Isolated network\n\n## 👨‍💻 Author\n- **0x4m4**\n- Website: [www.0x4m4.com](https://www.0x4m4.com)\n\n## 📄 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/0x4m4/buffer-overflow-lab/issues).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4m4%2Fbuffer-overflow-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x4m4%2Fbuffer-overflow-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4m4%2Fbuffer-overflow-lab/lists"}