You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
567 B
48 lines
567 B
3 years ago
|
= 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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|