From 95969dea53f2462a358af687fdc9efe1b03441de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faisal=20Fs=20=E2=9A=94=EF=B8=8F?= <51811615+faisalfs10x@users.noreply.github.com> Date: Thu, 13 Apr 2023 04:16:37 +0800 Subject: [PATCH] Update README.md SSH pivot via ProxyJump --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5237be0..4f5f29d 100644 --- a/README.md +++ b/README.md @@ -310,9 +310,9 @@ We have $local-kali behind NAT, we want to ssh into $target-host without interac The route is; we can SSH to C2, the C2 can SSH to internal-jumphost via internal IP(eth1) and internal-jumphost can SSH to target-host via eth2. ``` $local-kali -> $C2 -> $internal-jumphost -> $target-host -eth0 192.168.8.160 10.25.237.119 -eth1 192.168.5.130 192.168.5.135 -eth2 172.16.2.120 172.16.2.121 +eth0 192.168.8.160 10.25.237.119 +eth1 192.168.5.130 192.168.5.135 +eth2 172.16.2.120 172.16.2.121 ``` ``` # if we want to SSH to $target-host: