From 446ce0b98c93672a096b33739ebbeda6aa170d58 Mon Sep 17 00:00:00 2001 From: id101010 Date: Fri, 11 Oct 2019 13:36:03 +0200 Subject: [PATCH] Add example --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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`.