mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
bin | ||
opensnitch | ||
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
screenshot.png | ||
setup.py |
OpenSnitch
OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
Warning: This is still alpha quality software, don't rely on it (yet) for your computer security.

Install
sudo apt-get install build-essential python-dev python-setuptools libnetfilter-queue-dev python-qt4
cd opensnitch
sudo python setup.py install
Run
sudo opensnitch
TODOs
grep -r TODO opensnitch | cut -d '#' -f 2 | sort -u
Known Limitations
As pointed out in this thread, OpenSnitch relies on the /proc
filesystem in order to link a connection to a process. Being this information relatively easy to manipulate by an attacker, the path and the list of arguments shown in the UI might not match the real
context of the process.
License
This project is copyleft of Simone Margaritelli and released under the GPL 3 license.