Skip to content

Installation

alexanderinsa edited this page Jun 27, 2018 · 16 revisions

Prerequisites

Tools for running Pacu

Pacu is a relatively simple program that requires Python 3 and pip to handle any module dependencies.

Get Installation File

Installation with Git.

  1. Enter directory where you want to install Pacu.
  2. Enter git clone https://github.com/RhinoSecurityLabs/pacu.git
  3. Pacu will automatically be downloaded and installed to the current directory.

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.)

Update Dependencies

  1. Navigate to the same directory as pacu.py and requirements.txt
  2. Enter in the command pip3 install -r requirements.txt
  3. Pip should install all depedent modules for Pacu automatically

Start Pacu

  1. Navigate to the same directory as pacu.py
  2. Enter in the command python pacu.py
  3. Pacu should now be installed and running properly