From b9166417556976ffefd0e4871a0eb13aeeb054d6 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sun, 24 Jan 2016 13:57:46 +0100 Subject: [PATCH] adding pip requirements --- README.md | 4 ++-- pupy/requirements.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 pupy/requirements.txt diff --git a/README.md b/README.md index b4356dc5..3e31878b 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Launchers allow pupy to run custom actions before starting the reverse connectio - takes small screenshots around the mouse at each click and send them back to the server (thanks @golind) ##Installation -[Check out the wiki !](https://github.com/n1nj4sec/pupy/wiki/Installation) +[Refer to the wiki](https://github.com/n1nj4sec/pupy/wiki/Installation) ##Documentation -[Check out the wiki !](https://github.com/n1nj4sec/pupy/wiki) +[Refer to the wiki](https://github.com/n1nj4sec/pupy/wiki) ### Some screenshots #####list connected clients diff --git a/pupy/requirements.txt b/pupy/requirements.txt new file mode 100644 index 00000000..f69b6974 --- /dev/null +++ b/pupy/requirements.txt @@ -0,0 +1,4 @@ +rpyc +pycrypto +pefile +pyyaml