TheGroundZero / openvasreporting

OpenVAS Reporting: Convert OpenVAS XML report files to reports
Other
131 stars 45 forks source link

[BUG] #56

Closed capricorn800 closed 5 months ago

capricorn800 commented 5 months ago

Describe the bug I am using the Pip Module on Release: 2024.1. The report contains IP addresses as 127.0.0.x and no the exact IP addresses.

Application usage How are you using the application? OpenVAS-Reporting-1.5.2

From repo / pip package / ...

Application version The version/release you're working with.

vX.X.X

Python version Version of your Python and Pip install

python3 --version
Python 3.11.8
python3 -m pip --version
pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.11)

Command + output What's the command you're trying to run and what's the output?

openvasreporting -i 3.xml -o openvasreport3 -f xlsx

I dont get the correct IP addresses

...

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here. This could be screenshots, the XML of your report, ...

TheGroundZero commented 5 months ago

Hi

Could you please provide some more details? Like what's in the OpenVAS report and what's in the output of the script?

Please be aware that I'm not actively developing this tool anymore. It's been quite a while since I've opened OpenVAS (or whatever its name is nowadays).

capricorn800 commented 5 months ago

Hi! The IP address is not correct.

image

capricorn800 commented 5 months ago

I appreciate the work that you have done. I hope you can get this bug working.

dudacgf commented 5 months ago

Capricorn800,

how are you exporting your report? Are you using XML or Anonymous XML as the Report Format option?

image

regards

EDIT: I had already suffered this :/

capricorn800 commented 5 months ago

Opps. Yes looks like I made the same mistake and used the Anonymous XML and not XML.

Thanks for the tip and thanks to the creator of this project.

TheGroundZero commented 5 months ago

Can happen, no worries ;-)