You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there!
first of all thank you for sharing this script, is quite useful and clever.
I'm no expert in python but i was trying to modify it to have the option of download a customized report
something like this i was thinking:
if chapter == "6":
data.append({'format': 'html', 'chapters': ('vuln_hosts_summary','vuln_by_host','compliance','remediations','vulnerabilities')})
this didn't work so I was wondering if there was a simple way to do this
Thank you again for this neat code
Regards
Jorge Embid
The text was updated successfully, but these errors were encountered:
Hello there!
first of all thank you for sharing this script, is quite useful and clever.
I'm no expert in python but i was trying to modify it to have the option of download a customized report
something like this i was thinking:
if chapter == "6":
data.append({'format': 'html', 'chapters': ('vuln_hosts_summary','vuln_by_host','compliance','remediations','vulnerabilities')})
this didn't work so I was wondering if there was a simple way to do this
Thank you again for this neat code
Regards
Jorge Embid
The text was updated successfully, but these errors were encountered: