Skip to content

Installation

alexanderinsa edited this page Jul 18, 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.)
  3. Pacu should now be installed.

Install Script

  1. Navigate to the same directory as pacu.py
  2. Enter in the command ./install.sh

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