From f8b63d7dc3d86a1694190f6e6e6d5d1bad05e8a9 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Fri, 23 Oct 2015 19:50:34 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35f342e9..0d3b714a 100644 --- a/README.md +++ b/README.md @@ -56,21 +56,21 @@ you can also : #### for Linux ```bash pip install rpyc #(or manually copy it if you are not admin) -python reverse_ssl.py 192.168.0.1:443 +python pp.py 192.168.0.1:443 ``` you can also build a single binary with pyinstaller : ```bash -pyinstaller --onefile /full_path/pupy/client/reverse_ssl.py +pyinstaller --onefile /full_path/pupy/pupy/pp.py ``` #### for MAC OS X ```bash easy_install rpyc #(or manually copy it if you are not admin) -python reverse_ssl.py 192.168.0.1:443 +python pp.py 192.168.0.1:443 ``` you can also build a single binary with pyinstaller (but you can't "cross-compile", pyinstaller currently only support this from osx): ```bash -pyinstaller --onefile /full_path/pupy/client/reverse_ssl.py +pyinstaller --onefile /full_path/pupy/pupy/pp.py ``` ### start the server