Add example

This commit is contained in:
id101010
2019-10-11 13:36:03 +02:00
parent 96374a9f7b
commit 446ce0b98c

View File

@@ -1,3 +1,14 @@
# rshell # rshell
Nothing to worry about. 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`.