From d6f466a157f63dc8992becc5e80cf76986ac325f Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 12 Sep 2017 01:37:03 +0200 Subject: [PATCH] fix --- arpspoof.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arpspoof.sh b/arpspoof.sh index 9518318..43aa72c 100755 --- a/arpspoof.sh +++ b/arpspoof.sh @@ -7,6 +7,8 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi +echo 1 > /proc/sys/net/ipv4/ip_forward + read -p "Wie heisst die Schnittstelle? [enp30s0\eth0] : " modul read -p "Wie heisst die IP? : " ip