zeus
3 years ago
2 changed files with 48 additions and 0 deletions
@ -1 +1,2 @@ |
|||
* xref:index.adoc[Network Scanning] |
|||
* xref:exer.adoc[exercises] |
|||
|
@ -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 |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Loading…
Reference in new issue