diff --git a/Pupy.asciidoc b/Pupy.asciidoc new file mode 100644 index 0000000..2177ce5 --- /dev/null +++ b/Pupy.asciidoc @@ -0,0 +1,7 @@ + clone https://github.com/n1nj4sec/pupy.git pupy +cd pupy +git submodule init +git submodule update +pip install -r pupy/requirements.txt +wget https://github.com/n1nj4sec/pupy/releases/download/latest/payload_templates.txz +tar xvf payload_templates.txz && mv payload_templates/* pupy/payload_templates/ && rm payload_templates.txz && rm -r payload_templates \ No newline at end of file