-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Installation
Jonathan R edited this page Jan 5, 2018
·
42 revisions
Tested on kali linux 2.0 && ubuntu 16.04
git 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
Remove pyautogui
from requirements.txt before the pip install -r pupy/requirements.txt
command.