Skip to content

This is a firewall manager written in Python with a GUI that has the ability to give users a interface to block services/ports, IP addresses, and to manage the Firewall. The Firewall manager relies on IPtables and the package ufw. This program has been tested on Parrot OS an Ubuntu Distro and Kali a Debian Distro. This leads me to believe that …

Notifications You must be signed in to change notification settings

sudo-jake/Basic-GUI-Linux-Firewall-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Basic-GUI-Linux-Firewall-Manager

Note all dependencies should be installed with your default Debian or Ubuntu installation if not try the following command "sudo apt-get install python-tk"

Description

This is a continuation of my other firewall manager that was written in Bash with only a command-line interface. This firewall manager is written in Python3 and given a GUI that has the ability to block services/ports, IP addresses, and to manage the Firewall. The Firewall manager relies on IPtables and the package ufw. This program has been tested on Parrot OS a Ubuntu Distro and Kali a Debian Distro. This leads me to believe that this software will work on most Debian and Ubuntu Distros. This Python script was coded entirely by hand in a notepad without an IDE.

About

This is a firewall manager written in Python with a GUI that has the ability to give users a interface to block services/ports, IP addresses, and to manage the Firewall. The Firewall manager relies on IPtables and the package ufw. This program has been tested on Parrot OS an Ubuntu Distro and Kali a Debian Distro. This leads me to believe that …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages