diff options
author | Rodrigo G. López <r.gonzalez@telfy.com> | 2021-10-14 14:11:44 +0200 |
---|---|---|
committer | Rodrigo G. López <r.gonzalez@telfy.com> | 2021-10-14 14:11:44 +0200 |
commit | f5247b95cbac21b9cf3a02ab8b1970c1a166ed38 (patch) | |
tree | a461534735e29a3edb98fd078b2b11bc7e8c2d43 | |
parent | 0388142877654e7b0a420f8e63b4a3153644aee4 (diff) | |
download | paramedic-f5247b95cbac21b9cf3a02ab8b1970c1a166ed38.tar.gz paramedic-f5247b95cbac21b9cf3a02ab8b1970c1a166ed38.tar.bz2 paramedic-f5247b95cbac21b9cf3a02ab8b1970c1a166ed38.zip |
added readme file.master
-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**. |