From 82bf28e093f585d9fd74cd9dc9b60b03aaa2f039 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 19 Oct 2021 19:39:15 +0300 Subject: [PATCH] add scan --- intro/modules/ROOT/pages/exer.adoc | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/intro/modules/ROOT/pages/exer.adoc b/intro/modules/ROOT/pages/exer.adoc index 2253aa1..fd488fa 100644 --- a/intro/modules/ROOT/pages/exer.adoc +++ b/intro/modules/ROOT/pages/exer.adoc @@ -1,12 +1,15 @@ = Network Scanning - exercises! -== Find All TCP Ports connections +== Find TCP Ports connections -Connect to master +* Connect to master * Find All TCP Ports connections ** save it +* Find All UDP Ports connections +** save it + * run [source,bash] @@ -21,10 +24,22 @@ cd /project/courses/fluentd ** save it +* Find All UDP Ports connections +** save it + NOTE: try to find the differences between them! +== Find All live hosts + +* Find All live hosts +** save it + +== Find open TCP Ports in All hosts + +* Find All open TCP Ports in All hosts +** save it -== SSH connection +== SSH connect [source,bash] ---- @@ -39,9 +54,9 @@ SSH password: SUDO password[defaults to SSH password]: ---- -password: docker +password: *docker* -SUDO password: docker +SUDO password: *docker*