From 8ad6836a36dba1d048a3524c5ba7a4674e1165e9 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Sun, 17 Jan 2016 22:59:06 +0100 Subject: [PATCH] remove more backslashes --- report/content/exercise3.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report/content/exercise3.tex b/report/content/exercise3.tex index a7107e9..bd2e922 100644 --- a/report/content/exercise3.tex +++ b/report/content/exercise3.tex @@ -10,8 +10,8 @@ The commands we used for bruteforcing were as follows: \begin{verbatim} $ ping -c1 192.168.67.15 -$ for i in `seq 1 1000`; do echo "test" | nc -w1 192.168.67.115 \$i \& ; done -$ for i in `seq 1 1000`; do echo "test" | nc -u -w1 192.168.67.115 \$i \& ; done +$ for i in `seq 1 1000`; do echo "test" | nc -w1 192.168.67.115 $i & ; done +$ for i in `seq 1 1000`; do echo "test" | nc -u -w1 192.168.67.115 $i & ; done \end{verbatim} We did not see any output on the remote machine, as we somehow managed to break the remote screen functionality, so we were mostly working into the dark. -- 2.43.0