Open lshahar opened 7 years ago
i have the same question. did u fixed this?
Hi,
I am able to recreate the problem. If we reference a port number that is already in use, we hit this problem. Please check below for errors.
$ sudo python openvas.py
Traceback (most recent call last):
File "openvas.py", line 35, in
$ netstat -anp | grep LISTEN
tcp6 0 0 :::443 ::: LISTEN -
tcp6 0 0 :::9390 ::: LISTEN
while trying to run example code got exception