From 87889a6ad738d10635801d72ed22a9a429ec6051 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:27:56 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e91fb9c..3e20d07 100644 --- a/README.md +++ b/README.md @@ -1285,8 +1285,12 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null ```bash +# Local sudo ssh -N -L 80:127.0.0.1:80 {USER}@{IP ADDRESS} -p {PORT} +# Remote +ssh -N -R {LHOST}:{LPORT}:127.0.0.1:{RPORT} kali@{LHOST} + ```