-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hostnames are not populated - xlsx and docx #3
Comments
Hi @shall1569 This tool is to set up a listener that can automated reports that are sent after finishing a scan. The code for creating the sheets for each discovered vulnerability can be found in export.py. I copied the hostname part from cr0hn's Openvas2Report. |
Thanks for your reply. I was unable to raise an issue directly on the OpenVAS Reporting package. When exporting to CSV it correctly fills in the IP address and the Hostname field. Is there any way we are able to use the CSV in your tool? |
Currently the OpenVAS Reporting package/tool only supports importing XML and converting this to docx/xlsx/csv. If you'd like to implement a CSV converter, you're free to create a pull request at the correct repo. Should I find the time to do so myself, I may add this functionality later on. EDIT: I've added you're idea to my TODO list |
Not a problem at all. Issue is down to OpenVas itself and not the actual exporting functionality. I appreciate your time. |
I have used several reports generated in Openvas and when applying the examples presented in this documentation to generate the reports either in Word or Excel from the template, the result is always a document without data; the data from the official report cannot be obtained. He usado varios reportes generados en Openvas y al aplicar los ejemplos planteados en esta documentación para generar los informes ya sea en word o excel a partir de la plantilla, siempre el resultado es un documento sin datos, no se logra obtener los datos del reporte oficial. |
I have used several reports generated in Openvas and when applying the examples presented in this documentation to generate the reports either in Word or Excel from the template, the result is always a document without data; the data from the official report cannot be obtained. He usado varios reportes generados en Openvas y al aplicar los ejemplos planteados en esta documentación para generar los informes ya sea en word o excel a partir de la plantilla, siempre el resultado es un documento sin datos, no se logra obtener los datos del reporte oficial. |
Tried to go through some of the python code and figure out how the "Hostname" field was being populated.. but alas I am no expert
When exporting to xlsx, there is a Host name field on the vulnerability tabs.
This is just marked as "-"
Ask questions, and I will try and explain more if needed
The text was updated successfully, but these errors were encountered: