]> git.somenet.org - pub/jan/netsec2.git/blob - report/content/exercise3.tex
Ex2 report done.
[pub/jan/netsec2.git] / report / content / exercise3.tex
1 \section{Exercise 3}
2 \subsection{Rep:3.a}
3 Astra did this one.
4
5
6
7 scan the host
8
9 for i in `seq 1 1000`; do echo "test" | nc -w1 192.168.67.115 \$i \& ; done
10 for i in `seq 1 1000`; do echo "test" | nc -u -w1 192.168.67.115 \$i \& ; done
11
12 \subsection{Rep:3.b}