微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

OpenSnitch 安装: Linux 防火墙工具

程序名称:OpenSnitch 安装:

授权协议: GPL 3

操作系统: Linux

开发语言: Python

OpenSnitch 安装: 介绍

运行在 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

OpenSnitch 安装: 官网

https://github.com/evilsocket/opensnitch

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐