mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
iptables -P INPUT DROP
|
|
iptables -P FORWARD DROP
|
|
ip6tables -P INPUT DROP
|
|
ip6tables -P FORWARD DROP
|