Open serhattsnmz opened 4 years ago
I run a scan on Openvas and it shows 38 results. But when I trying to get results via openvas_lib, it shows me empty list.
This is the codes:
>>> from openvas_lib import VulnscanManager >>> scanner = VulnscanManager("back_openvas", "admin", "admin") >>> scanner.get_results("e442ce2a-6bc5-4a13-b82c-d631694bdab6") [] >>> scanner.get_scan_status("e442ce2a-6bc5-4a13-b82c-d631694bdab6") 'Done'
This is the scan result on Openvas:
Hello @serhattsnmz, please can you tell me what is the python version and openvas version that you used to run this code ? Im using OPENVAS9 with python2 but when i'm running the same code it always gives me errors.
I run a scan on Openvas and it shows 38 results. But when I trying to get results via openvas_lib, it shows me empty list.
This is the codes:
This is the scan result on Openvas: