diff --git a/README.md b/README.md index c07764c5..dc9909ec 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ python reverse_ssl.py 192.168.0.1:443 ![screenshot8](https://github.com/n1nj4sec/pupy/raw/master/docs/screenshots/pyshell.png "screenshot8") #####upload and run another PE exe from memory ![screenshot9](https://github.com/n1nj4sec/pupy/raw/master/docs/screenshots/memory_exec.png "screenshot9") +#####list available modules (the list is not up to date) +![screenshot10](https://github.com/n1nj4sec/pupy/raw/master/docs/screenshots/list_modules.png "screenshot10") ##Example: How to write a MsgBox module first of all write the function/class you want to import on the remote client diff --git a/docs/screenshots/list_modules.png b/docs/screenshots/list_modules.png new file mode 100644 index 00000000..a96effb6 Binary files /dev/null and b/docs/screenshots/list_modules.png differ diff --git a/docs/screenshots/scr1.png b/docs/screenshots/scr1.png index 5985d8bb..df53c5b5 100644 Binary files a/docs/screenshots/scr1.png and b/docs/screenshots/scr1.png differ