Update README.md

This commit is contained in:
n1nj4sec 2015-10-23 19:50:34 +02:00
parent f0b255cfb6
commit f8b63d7dc3
1 changed files with 4 additions and 4 deletions

View File

@ -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