vs4vijay / ScanMaster

A security tool designed to perform thorough scans on a target using OpenVAS, Zap, and Nexpose. It seamlessly consolidates and integrates the scan results, providing a comprehensive overview of the security vulnerabilities identified.
42 stars 11 forks source link

Scanner name issue #68

Open sharkman4813 opened 1 year ago

sharkman4813 commented 1 year ago

Hello,

sharkman4813 commented 1 year ago

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