mirror of https://github.com/n1nj4sec/pupy.git
Created Pupy (asciidoc)
parent
ad0e0fa5dc
commit
f28b06d2e2
|
@ -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
|
Loading…
Reference in New Issue