From f28b06d2e2a576f9da58a4cd9c85830a82332d22 Mon Sep 17 00:00:00 2001 From: Dnevertwice <35397255+Dnevertwice@users.noreply.github.com> Date: Tue, 6 Mar 2018 21:19:51 -0500 Subject: [PATCH] Created Pupy (asciidoc) --- Pupy.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Pupy.asciidoc 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