CyberCoon - aetsu@home:~$

BeautyCoon - Beautify Nessus scan output

Some time ago I saw the great script of @honze_net that converts Nmap reports (in xml format) to html pages (nmap-bootstrap-xsl) streamlining the analysis of results.

In the case of Nessus, sometimes I do not have access to its interface (in my opinion, it is not very useful) to check vulnerabilities. For this reason, I have developed this script to obtain a similar result to that of the nmap-bootstrap-xsl tool but showing the vulnerabilities, its description and the list of accessible services identified by Nessus.

The script is called BeautyCoon and its use is as follows:

python3 beautyCoon.py <file.nessus>

In the future, I might add support for BurpSuite, OWASP ZAP or Acunetix vulnerabilities.

The tool is available in my Github -> BeautyCoon

@Aetsu