remove more backslashes
authorDavid Kaufmann <astra@ionic.at>
Sun, 17 Jan 2016 21:59:06 +0000 (22:59 +0100)
committerDavid Kaufmann <astra@ionic.at>
Sun, 17 Jan 2016 21:59:06 +0000 (22:59 +0100)
report/content/exercise3.tex

index a7107e9a238c74b9906c3065c6bc43deef4978a2..bd2e922b4019f9c4722e245155d29b65760a4354 100644 (file)
@@ -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.