Step 1 − To start Dradis, type “service dradis start”.in terminal.
Step 2 − To open, go to Applications → Reporting Tools → dradis. The web URL will open. Anybody in LAN can open it in the following URL https://IP of kali machine:3004 (check the port number) Log in with the username and password that was used for the first time.
Step 3 − After logging in, you can import files from NMAP, NESSUS, NEXPOSE. To do so, go to “Import from file” → click “new importer(with real-time feedback)”.
Step 4 − Select the file type that you want to upload. In this case, it is “Nessus scan” → click “Browse”.
Dradis is an open source framework to enable effective information sharing, specially during security assessments.
Dradis is a self-contained web application that provides a centralized repository of information to keep track of what has been done so far, and what is still ahead.
Features include:
Easy report generation.
Support for attachments.
Integration with existing systems and tools through server plugins.
Platform independent.
Source: http://dradisframework.org/
root@kali:~# service dradis start
Before we get started, we'll need to install a few packages. Run the following in your terminal:
$ apt-get install libsqlite3-dev
$ apt-get install zlib1g-dev
This guide contains: