mirror of https://github.com/n1nj4sec/pupy.git
Updated Installation (markdown)
parent
9323f03ff9
commit
651c495816
|
@ -2,10 +2,7 @@ Tested on kali linux 2.0
|
||||||
#Installation
|
#Installation
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive git://github.com/n1nj4sec/pupy.git pupy
|
git clone --recursive git://github.com/n1nj4sec/pupy.git pupy
|
||||||
pip install rpyc
|
pip install -r requirements.txt
|
||||||
pip install pefile
|
|
||||||
pip install pycrypto
|
|
||||||
pip install yaml
|
|
||||||
```
|
```
|
||||||
##Troubleshooting
|
##Troubleshooting
|
||||||
If you have some issues with rpyc while running the server on windows, take a look at issue #25, @deathfantasy made a fix
|
If you have some issues with rpyc while running the server on windows, take a look at issue #25, @deathfantasy made a fix
|
||||||
|
|
Loading…
Reference in New Issue