diff options
-rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f29cf54 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# Paramedic + +An in-memory shell drop executor. + +# Usage + + scp paramedic user@machine:/home/user + </bin/to/exec ssh user@machine /home/user/paramedic + +`/bin/to/exec` will then be executed on the remote machine, given they are both compiled for the same architecture. + +# DISCLAIMER + +This has only been tested in **amd64**. |