Skip to content

Installation

matthewD-AVI edited this page Feb 11, 2019 · 2 revisions

Automated Dynamic Application Penetration Testing (ADAPT)

Prerequisite

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

Install ADAPT

  1. Download latest version of ADAPT from https://github.com/secdec/ADAPT/releases
  2. Extract ADAPT via terminal
    a. tar -xvfz adapt.tar.gz
  3. Open a new terminal (ctrl+alt+t)
  4. Navigate to the newly decompressed ADAPT folder
    a. Ensure your environment has network access
  5. 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
  6. ADAPT should now be ready for configuration