golismero / openvas_lib

OpenVAS connector for versions 6, 7, 8 and 9
BSD 3-Clause "New" or "Revised" License
80 stars 100 forks source link

Fixed get_results #26

Closed LavernaSec closed 4 years ago

LavernaSec commented 5 years ago

Fixed get_results so that report_id gets pulled prior to fetching results.

report_parser_from_text was also receiving a bytes object, so I added a decode statement.

StringIO is now under the io package in Python3.

Also exposed the delete_port_list functionality through the scan manager.