]> git.somenet.org - pub/jan/netsec2.git/blob - report/content/exercise3.tex
Stop hiding latex/build-errors. Also readded unused info and added easteregg image.
[pub/jan/netsec2.git] / report / content / exercise3.tex
1 \section{Exercise 3}
2 \subsection{Rep:3.a}
3
4 scan the host
5
6 for i in `seq 1 1000`; do echo "test" | nc -w1 192.168.67.115 \$i \& ; done
7 for i in `seq 1 1000`; do echo "test" | nc -u -w1 192.168.67.115 \$i \& ; done
8
9 \subsection{Rep:3.b}