Dradis is an open source browser-based application that can be used to aggregate output from different tools and generate a single report. It can be connected to over 15 tools, including Burp Suite, Nessus, Acunetix, and Nmap.
Introduction to Dradis Framework
Pre-installation configuration
To install Dradis, there are a few dependency packages we need to install. It is extremely easy to use and comes preinstalled with Kali Linux. So, we will reinstall it and then learn how to use it.
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...