OpenSnitch - Linux 防火墙工具


GPL 3
Linux
Python

软件简介

运行在 GNU/Linxu 上,从 Little Snitch 上移植来的一款应用防火墙工具。

安装:

# install dependenciessudo 
apt-get install protobuf-compiler libpcap-dev libnetfilter-queue-dev python3-pip
go get github.com/golang/protobuf/protoc-gen-go
go get -u github.com/golang/dep/cmd/dep
python3 -m pip install --user grpcio-tools

# clone the repository (ignore the message about no Go files being found)
go get github.com/evilsocket/opensnitchcd 
cd $GOPATH/src/github.com/evilsocket/opensnitch

# compile && install
make
sudo make install

# enable opensnitchd as a systemd service and start the UI
sudo systemctl enable opensnitchd
sudo service opensnitchd start
opensnitch-ui