mirror of https://github.com/n1nj4sec/pupy.git
readme update
This commit is contained in:
parent
f3170e80c1
commit
cfafe0248a
|
@ -64,6 +64,7 @@ Launchers allow pupy to run custom actions before starting the reverse connectio
|
||||||
```bash
|
```bash
|
||||||
pip install rpyc
|
pip install rpyc
|
||||||
pip install pefile
|
pip install pefile
|
||||||
|
pip install pycrypto
|
||||||
```
|
```
|
||||||
####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
|
||||||
|
@ -94,6 +95,7 @@ you can also:
|
||||||
#### for Linux & Mac OS X
|
#### for Linux & Mac OS X
|
||||||
```bash
|
```bash
|
||||||
pip install rpyc #(or manually copy it if you are not admin)
|
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
|
python pp.py simple --transport tcp_ssl --host 127.0.0.2:443
|
||||||
```
|
```
|
||||||
you can also:
|
you can also:
|
||||||
|
@ -207,6 +209,7 @@ Some ideas without any priority order
|
||||||
- [ ] split the README into the wiki
|
- [ ] split the README into the wiki
|
||||||
- [ ] The backdoor factory?
|
- [ ] The backdoor factory?
|
||||||
- [ ] Impacket?
|
- [ ] Impacket?
|
||||||
|
- [ ] add auto-completion to the pyshell module
|
||||||
- [X] support for https & socks proxy
|
- [X] support for https & socks proxy
|
||||||
- [ ] HTTP transport
|
- [ ] HTTP transport
|
||||||
- [ ] UDP transport
|
- [ ] UDP transport
|
||||||
|
|
Loading…
Reference in New Issue