fwsnort
Snort-to-iptables rule translator
Install
- All systems
-
curl cmd.cat/fwsnort.sh
- Debian
-
apt-get install fwsnort
- Ubuntu
-
apt-get install fwsnort
- Alpine
-
apk add fwsnort
- Kali Linux
-
apt-get install fwsnort
- Fedora
-
dnf install fwsnort
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fwsnort
- Raspbian
-
apt-get install fwsnort
- Dockerfile
- dockerfile.run/fwsnort
- Docker
-
docker run cmd.cat/fwsnort fwsnort
powered by Commando
fwsnort
Snort-to-iptables rule translator
Fwsnort translates Snort rules into equivalent iptables rules and generates a shell script that implements the resulting iptables commands. This allows network traffic that matches Snort signatures to be logged and/or dropped by iptables directly without putting any interface into promiscuous mode or queuing packets from kernel to user space.