golismero / openvas_lib

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

Ompv7 #20

Closed blackat87 closed 6 years ago

blackat87 commented 6 years ago

Add support for OpenVas Manager Protocol 7 (OpenVas 9)

anandtiwarics commented 6 years ago

I'm getting an error

\openvas_lib-ompv7\openvas_lib-ompv7\openvas_lib\__init__.py", line 499, in __init__
    raise VulnscanServerError("Error while connecting to the server: %s" % e.message)
openvas_lib.VulnscanServerError: Error while connecting to the server: [Errno 10061] No connection could be made because the target machine actively refused it

can you help me for openvas 9

blackat87 commented 6 years ago

This is a socket error, it literally means that the machine exists but that it has no services listening on the specified port or there is a firewall that is blocking you, It doesn't depend from OpenVas or code script.