mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
8 lines
118 B
Bash
8 lines
118 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
iptables -P INPUT DROP
|
|
iptables -P FORWARD DROP
|
|
ip6tables -P INPUT DROP
|
|
ip6tables -P FORWARD DROP
|