diff --git a/intro/modules/ROOT/nav.adoc b/intro/modules/ROOT/nav.adoc index 2982ead..7371fd2 100644 --- a/intro/modules/ROOT/nav.adoc +++ b/intro/modules/ROOT/nav.adoc @@ -1 +1,2 @@ * xref:index.adoc[Network Scanning] +* xref:exer.adoc[exercises] diff --git a/intro/modules/ROOT/pages/exer.adoc b/intro/modules/ROOT/pages/exer.adoc new file mode 100644 index 0000000..aadf5b4 --- /dev/null +++ b/intro/modules/ROOT/pages/exer.adoc @@ -0,0 +1,47 @@ += Network Scanning - exercises! + +image::ROOT:swarmlab.png[swarmlab,150,float=right] + +This tutorial demonstrates some common nmap port scanning scenarios and explains the output. + + + + + + +== Find All TCP Ports connections + + + +* Find All TCP Ports connections +** save it + +* Connect to *master* and run + +[source,bash] +---- +cd /project/courses/fluentd +# run +./fluentd.yml.sh +---- + +* Find All TCP Ports connections +** save it + +== SSH password + +[source,bash] +---- +SSH password: +SUDO password[defaults to SSH password]: +---- + +password: docker + +SUDO password: docker + + + + + +