You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bluekeep scanner is not working for me. It freezes for about a minute and then throws this error:
Traceback (most recent call last):
File "scanners/bluekeep_scanner.py", line 444, in
exploit(host,port,hostname,username)
File "scanners/bluekeep_scanner.py", line 349, in exploit
s.connect((host,port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 110] Connection timed out
The text was updated successfully, but these errors were encountered:
The bluekeep scanner is not working for me. It freezes for about a minute and then throws this error:
Traceback (most recent call last):
File "scanners/bluekeep_scanner.py", line 444, in
exploit(host,port,hostname,username)
File "scanners/bluekeep_scanner.py", line 349, in exploit
s.connect((host,port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 110] Connection timed out
The text was updated successfully, but these errors were encountered: