{"id":27406366,"url":"https://github.com/theleopard65/dos-guard","last_synced_at":"2026-04-30T14:35:03.573Z","repository":{"id":282699446,"uuid":"804962549","full_name":"TheLeopard65/DOS-Guard","owner":"TheLeopard65","description":"DOS-Guard is a network packet monitoring tool built with Flask and Scapy. It captures and analyzes network packets in real-time, providing insights into network traffic and potential DDoS attacks. With a user-friendly web interface, DOS-Guard allows users to visualize packet data and monitor network activity effectively.","archived":false,"fork":false,"pushed_at":"2025-03-16T11:12:55.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T12:23:46.611Z","etag":null,"topics":["analysis","botnet","ddos","flask","gui","interface","mitigation","packets","packetsniffing","projects","python3","scapy","server","socket","socketio"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/TheLeopard65.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":"2024-05-23T15:57:52.000Z","updated_at":"2025-03-16T11:12:58.000Z","dependencies_parsed_at":"2025-03-16T12:23:52.806Z","dependency_job_id":"58117839-e9a2-4024-88b0-053362133956","html_url":"https://github.com/TheLeopard65/DOS-Guard","commit_stats":null,"previous_names":["theleopard65/dos-guard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FDOS-Guard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FDOS-Guard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FDOS-Guard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLeopard65%2FDOS-Guard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLeopard65","download_url":"https://codeload.github.com/TheLeopard65/DOS-Guard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248836764,"owners_count":21169373,"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","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":["analysis","botnet","ddos","flask","gui","interface","mitigation","packets","packetsniffing","projects","python3","scapy","server","socket","socketio"],"created_at":"2025-04-14T06:39:10.524Z","updated_at":"2026-04-30T14:34:58.539Z","avatar_url":"https://github.com/TheLeopard65.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOS-Guard\n\n## Overview\n\n**DOS-Guard** is a powerful network packet monitoring tool built with Flask and Scapy. It captures and analyzes network packets in real-time, providing insights into network traffic and potential DDoS attacks. With a user-friendly web interface, DOS-Guard allows users to visualize packet data and monitor network activity effectively.\n\n## Features\n\n- **Real-time Packet Sniffing**: Capture and analyze network packets as they traverse your network.\n- **Web Dashboard**: A responsive web interface that displays captured packet data and statistics.\n- **Protocol Analysis**: Identify and categorize packets by protocol (TCP, UDP, ICMP, etc.).\n- **DDoS Detection**: Monitor for potential DDoS attacks based on packet statistics.\n- **SQLite Database**: Store captured packet data for historical analysis and reporting.\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Python 3.x\n- pip (Python package installer)\n- Scapy\n- Flask\n- Flask-SocketIO\n- Eventlet\n\n### Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/TheLeopard65/DOS-Guard.git\n   cd DOS-Guard\n   ```\n\n2. **Create a virtual environment** (optional but recommended):\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. **Install the required packages**:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n### Usage\n\n1. **Run the application**:\n\n   ```bash\n   python detector.py\n   ```\n\n2. **Access the web interface**:\n\n   Open your web browser and navigate to `http://localhost:5000`.\n\n3. **Start capturing packets**:\n\n   The application will automatically start capturing packets and display them in real-time on the dashboard.\n\n### Database Initialization\n\nThe application will create an SQLite database file named `Events.db` in the project directory. The necessary tables will be created automatically upon the first run.\n\n## Contributing\n\nContributions are welcome! If you have suggestions for improvements or new features, please fork the repository and submit a pull request.\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Flask](https://flask.palletsprojects.com/) - The web framework used.\n- [Scapy](https://scapy.readthedocs.io/en/latest/) - The packet manipulation library.\n- [Socket.IO](https://socket.io/) - For real-time communication between the server and client.\n\n---\n\n**Happy Sniffing!** 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheleopard65%2Fdos-guard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheleopard65%2Fdos-guard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheleopard65%2Fdos-guard/lists"}