From cfafe0248ac42c94a5105eef01c6b5ab94ec6432 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Wed, 6 Jan 2016 18:21:04 +0100 Subject: [PATCH] readme update --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45d0f6cd..bc5cb8b0 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Launchers allow pupy to run custom actions before starting the reverse connectio ```bash pip install rpyc pip install pefile +pip install pycrypto ``` ####Troubleshooting If you have some issues with rpyc while running the server on windows, take a look at issue #25, @deathfantasy made a fix @@ -93,8 +94,9 @@ you can also: #### for Linux & Mac OS X ```bash -pip install rpyc #(or manually copy it if you are not admin) -python pp.py simple --transport tcp_ssl --host 127.0.0.2:443 +pip install rpyc #(or manually copy it if you are not admin) +pip install pycrypto +python pp.py simple --transport tcp_ssl --host 127.0.0.2:443 ``` you can also: - modify the default arguments at the top of the file to call pp.py without arguments @@ -207,6 +209,7 @@ Some ideas without any priority order - [ ] split the README into the wiki - [ ] The backdoor factory? - [ ] Impacket? +- [ ] add auto-completion to the pyshell module - [X] support for https & socks proxy - [ ] HTTP transport - [ ] UDP transport