diff --git a/README.md b/README.md index 8fdd9ee..1b86d48 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # rshell Nothing to worry about. + +## rhsell.py + +To run the example execute the rshell skript. + +```bash +$ python rshell.py +``` + +It will open a reverse shell on port 31337 on the local system. You can connect +to it using `nc 0.0.0.0 31337`.