Dradis is an open source browser-based application, which can be used to combine the output of different tools and generate a report. It is extremely easy to use and comes preinstalled with Kali. However, running it may show errors. So, we will reinstall it and then learn how to use it.
Generating reports using Dradis
How to do it...
Following is the recipe for using Dradis:
- 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
- We then use the following command:
git clone https...