From 00705833ebee08965be065abf4a0457a04b52e0f Mon Sep 17 00:00:00 2001 From: cse44742 Date: Tue, 26 Jan 2021 07:49:09 +0000 Subject: [PATCH] Update 'project-sec.html' --- project-sec.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project-sec.html b/project-sec.html index 939b2c2..52f5934 100644 --- a/project-sec.html +++ b/project-sec.html @@ -219,7 +219,7 @@ cd project

First of all, type ifconfig to see your ip address. Then, create an inventory.yml - with the IPs using nmap -sP 172.19.0.* | grep Nmap | cut -d' ' -f5-6

+ with the IPs using nmap -sP 172.27.0.* | grep Nmap | cut -d' ' -f5-6

@@ -337,7 +337,7 @@ host_key_checking = False sudo apt update sudo apt install hping3 -y -#syn_flood_attack_with_hping3_on_docker_master_with_IP_172.19.0.2 +#syn_flood_attack_with_hping3_on_docker_master_with_IP_172.27.0.2 #hping3 -i u1 -S -p 80 172.27.0.2 #hping3 172.27.0.2 -q -n -d 120 -S -p 80 --flood hping3 -S -p 80 172.127.0.2 @@ -845,7 +845,7 @@ openvpn --config ./user1.user #client connection to the VPN
-
ssh docker@@172.27.0.3
+            
ssh docker@172.27.0.3
 
 sudo apt update
 sudo apt install openvpn
@@ -889,7 +889,7 @@ tcpdump -i tun0
-

19. VPN

+

19. REMOTE/LOCAL SSH FORWARDING


Here is a video about how you can do ssh local and remote forwarding.