Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanner name issue #68

Open
sharkman4813 opened this issue Dec 8, 2022 · 1 comment
Open

Scanner name issue #68

sharkman4813 opened this issue Dec 8, 2022 · 1 comment

Comments

@sharkman4813
Copy link

sharkman4813 commented Dec 8, 2022

Hello,

@sharkman4813
Copy link
Author

sharkman4813 commented Dec 8, 2022

This is the error I was getting. while executing the main.py file.

#python3 main.py --scan-name OpenVASScanner -t http://scanme.kali.org
{'scan_name': 'OpenVASScanner', 'target': 'http://scanme.kali.org', 'pause': False, 'resume': False}
[OpenVAS] Not able to connect to the OpenVAS: (<class 'gvm.errors.RequiredArgument'>, , <traceback object at 0x7f0bb8caa900>)

[ZAP] Starting Scan for Target: http://scanme.kali.org
[ZAP] Starting Scan: OpenVASScanner
[ZAP] Not able to connect to the ZAP: (<class 'requests.exceptions.ProxyError'>, ProxyError(MaxRetryError("HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: http://scanme.kali.org/ (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0bb8c9b5e0>: Failed to establish a new connection: [Errno 111] Connection refused')))")), <traceback object at 0x7f0bb8cc5680>)

[Nexpose] Starting Scan for Target: http://scanme.kali.org
[Nexpose] Scan Name: OpenVASScanner
[Nexpose] Not able to connect to the Nexpose: (<class 'TypeError'>, TypeError("unsupported operand type(s) for +: 'NoneType' and 'str'"), <traceback object at 0x7f0bb8cc6880>)

[OpenVAS] Starting Scan for Target: http://scanme.kali.org
[OpenVAS] Scan Name: OpenVASScanner
[OpenVAS] Not able to connect to the OpenVAS: (<class 'gvm.errors.GvmError'>, , <traceback object at 0x7f0bb8cc6b40>)

╔Scan Status══╦════════╗
║ # ║ Scanner ║ Status ║
╚═══╩═════════╩════════╝

please let me know, what wrong I am doing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant