{"id":26464677,"url":"https://github.com/pmvita/firewall-ip-blocker","last_synced_at":"2025-06-13T23:39:37.294Z","repository":{"id":282578929,"uuid":"949038146","full_name":"Pmvita/Firewall-IP-Blocker","owner":"Pmvita","description":"A Python-based Firewall Application with a Graphical User Interface (GUI) that blocks unauthorized IP addresses and logs malicious activity.","archived":false,"fork":false,"pushed_at":"2025-03-15T14:44:27.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T15:32:03.242Z","etag":null,"topics":["devsec","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pmvita.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-15T14:35:29.000Z","updated_at":"2025-03-15T14:49:33.000Z","dependencies_parsed_at":"2025-03-15T15:42:09.816Z","dependency_job_id":null,"html_url":"https://github.com/Pmvita/Firewall-IP-Blocker","commit_stats":null,"previous_names":["pmvita/firewall-ip-blocker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pmvita/Firewall-IP-Blocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pmvita%2FFirewall-IP-Blocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pmvita%2FFirewall-IP-Blocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pmvita%2FFirewall-IP-Blocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pmvita%2FFirewall-IP-Blocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pmvita","download_url":"https://codeload.github.com/Pmvita/Firewall-IP-Blocker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pmvita%2FFirewall-IP-Blocker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259737627,"owners_count":22903841,"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":["devsec","python"],"created_at":"2025-03-19T08:10:26.623Z","updated_at":"2025-06-13T23:39:37.253Z","avatar_url":"https://github.com/Pmvita.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python: 3.7+](https://img.shields.io/badge/Python-3.7+-blue.svg)](https://www.python.org/downloads/)\n[![Build Status](https://img.shields.io/badge/Build-Passing-green.svg)](https://github.com/Pmvita/Firewall-IP-Blocker/actions)\n[![CompTIA Network+](https://img.shields.io/badge/CompTIA%20Network%2B-Certified-blue.svg)](https://www.comptia.org/certification/network-plus)\n\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"screenshots/cybersec.jpg\" alt=\"DevSec Logo\" width=\"30%\" style=\"border-radius: 30px;\"\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e🔥 Simple Firewall with IP Blocking\u003c/h1\u003e\n\n\nA Python-based **Firewall Application** with a **Graphical User Interface (GUI)** that blocks unauthorized IP addresses and logs malicious activity.\n\n## 🚀 Features\n\n✅ **Block \u0026 Unblock IPs**: Add or remove IP addresses from the blocked list.  \n✅ **Check Access**: Verify if an IP address is blocked.  \n✅ **Activity Logging**: Keeps a log of all blocked/unblocked IPs in `firewall_log.txt`.  \n✅ **User-Friendly GUI**: Simple interface built using **Tkinter**.  \n\n## 🛠️ Installation\n\n1. **Clone the repository**:\n   ```sh\n   git clone https://github.com/Pmvita/Firewall-IP-Blocker.git\n   cd Firewall-IP-Blocker\n   ```\n\n2. **Ensure Python is installed** (Python 3.7+ required).  \n   Check your version:\n   ```sh\n   python --version\n   ```\n\n3. **Install required dependencies**:\n   ```sh\n   pip install -r requirements.txt\n   ```\n   *(If `requirements.txt` is missing, manually install dependencies: `pip install tk`.)*\n\n## 📌 Usage\n\n**Run the Firewall Application**:\n```sh\npython firewall.py\n```\n\n**Available Actions**:\n- **Block IP**: Enter an IP address and click \"Block IP\" to add it to the blocked list.\n- **Unblock IP**: Select a blocked IP and click \"Unblock IP\" to remove it.\n- **Check IP**: Enter an IP and click \"Check IP\" to see if it's blocked.\n\n## 📂 File Structure\n\n```\nFirewall-IP-Blocker/\n├── firewall.py         # Main Firewall Application\n├── firewall_log.txt    # Logs blocked/unblocked IPs\n├── requirements.txt    # Dependencies\n├── README.md           # Documentation\n```\n\n## 🖥️ Screenshots\n\n### 🔹 Main Interface\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"screenshots/screenshot-1.png\" alt=\"Main Interface\" width=\"35%\"\u003e\n\u003c/div\u003e\n\n*(Save screenshots in a `screenshots/` folder inside the project directory.)*\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to fork the repository, improve the code, and submit a pull request.\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\n\n## ✨ Author\n\nDeveloped by **Pierre Mvita**  \nGitHub: [Pmvita](https://github.com/Pmvita)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmvita%2Ffirewall-ip-blocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmvita%2Ffirewall-ip-blocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmvita%2Ffirewall-ip-blocker/lists"}