-
Notifications
You must be signed in to change notification settings - Fork 51
Installation
matthewD-AVI edited this page Feb 11, 2019
·
2 revisions
- This article describes the steps for setting up the ADAPT tool, designed for the automated pentesting of web applications. This guide assumes the presence of an Ubuntu Ubunutu 16.04 Operating system.
- Download latest version of ADAPT from https://github.com/secdec/ADAPT/releases
- Extract ADAPT via terminal
a. tar -xvfz adapt.tar.gz - Open a new terminal (ctrl+alt+t)
- Navigate to the newly decompressed ADAPT folder
a. Ensure your environment has network access - Execute the install script(install.sh)
a.sudo chmod +x install.sh
-ensures install.sh is executable
b. Type./install.sh
c. When prompted, enter your administrator's password - ADAPT should now be ready for configuration