How to do it...

Following is the recipe for using Dradis:

  1. First, we need to install the dependencies by running the following commands:
        apt-get install libsqlite3-dev
        apt-get install libmariadbclient-dev-compat 
        apt-get install mariadb-client-10.1
        apt-get install mariadb-server-10.1
        apt-get install redis-server
  1. We then use the following command:
        git clone https://github.com/dradis/dradis-ce.git  

The following screenshot shows the output of the preceding command:

  1. Then, we change our directory:
        cd dradis-ce/
  1. Now we run the following command:
        bundle install --path PATH/TO/DRADIS/FOLDER  

The following screenshot shows the output ...

Get Kali Linux - An Ethical Hacker's Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.