Skip to content

Installation

rhino-xander edited this page Jun 26, 2018 · 16 revisions

This page is intended to be a plain-written, easy to follow guide for installing Pacu and resolving installation-related issues.

Detailed Installation Instructions / Installation without Git

  1. Download the source as a zip file from https://github.com/RhinoSecurityLabs/pacu, and extract to ./pacu.
  2. Enter the ./pacu directory (the one with pacu.py in it.)
  3. In your commandline of choice, run pip3 install -r requirements.txt. This will install the Python libraries upon which Pacu depends.
  4. Pacu is now installed, and you may run python3 pacu.py to begin using the tool.