mirror of https://github.com/n1nj4sec/pupy.git
Update README.md
This commit is contained in:
parent
7efa701543
commit
bba9c1a713
|
@ -42,9 +42,9 @@ pip install pefile
|
||||||
####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
|
||||||
|
|
||||||
|
### Generate/run a payload
|
||||||
In these examples the server is running on a linux host (tested on kali linux) and it's IP address is 192.168.0.1
|
In these examples the server is running on a linux host (tested on kali linux) and it's IP address is 192.168.0.1
|
||||||
The clients have been tested on (Windows 7, Windows XP, kali linux, ubuntu, Mac OS X 10.10.5)
|
The clients have been tested on (Windows 7, Windows XP, kali linux, ubuntu, Mac OS X 10.10.5)
|
||||||
### Generate/run a payload
|
|
||||||
#### for Windows
|
#### for Windows
|
||||||
```bash
|
```bash
|
||||||
./pupygen.py 192.168.0.1 -p 443 -t exe_x86 -o pupyx86.exe
|
./pupygen.py 192.168.0.1 -p 443 -t exe_x86 -o pupyx86.exe
|
||||||
|
@ -149,8 +149,8 @@ positional arguments:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
rpyc (https://github.com/tomerfiliba/rpyc)
|
rpyc (https://github.com/tomerfiliba/rpyc)
|
||||||
pefile
|
pefile
|
||||||
|
|
||||||
##Roadmap and ideas
|
##Roadmap and ideas
|
||||||
Some ideas without any priority order
|
Some ideas without any priority order
|
||||||
|
|
Loading…
Reference in New Issue