leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.41k stars 819 forks source link

Feature improvement: Reports > Allow for PDF and/or CSV download #116

Closed arthurakay closed 5 years ago

arthurakay commented 6 years ago

I see the output of the tool for the active/passive reports are stored in .htm files under the /data/ folder.

It would very convenient to allow users viewing the HTML page to click a button and export that data using a variety of formats (namely PDF or CSV).

This could be accomplished using some JavaScript code in combination with a library like https://github.com/MrRio/jsPDF or https://github.com/RelaxedJS/ReLaXed