-
Notifications
You must be signed in to change notification settings - Fork 701
Installation
alexanderinsa edited this page Jun 27, 2018
·
16 revisions
Pacu is a relatively simple program that requires Python 3 and pip to handle any module dependencies.
- Enter directory where you want to install Pacu.
- Enter
git clone https://github.com/RhinoSecurityLabs/pacu.git
- Pacu will automatically be downloaded and installed to the current directory.
- Download the source as a zip file from https://github.com/RhinoSecurityLabs/pacu, and extract to
./pacu
. - Enter the
./pacu
directory (the one withpacu.py
in it.)
- Navigate to the same directory as
pacu.py
andrequirements.txt
- Enter in the command
pip3 install -r requirements.txt
- Pip should install all depedent modules for Pacu automatically
- Navigate to the same directory as
pacu.py
- Enter in the command
python pacu.py
- Pacu should now be installed and running properly
- For further instructions, refer to the Quick Start Guide
- Home
- AWS Basics and Security
- User Information
- Developer Information
- Warnings and Disclaimers
- FAQ