Created Pupy (asciidoc)

Dnevertwice 2018-03-06 21:19:51 -05:00
parent ad0e0fa5dc
commit f28b06d2e2
1 changed files with 7 additions and 0 deletions

7
Pupy.asciidoc Normal file

@ -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