mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -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
|