worawit / MS17-010

MS17-010
2.13k stars 1.1k forks source link

MYSMB error #33

Open fecosco opened 6 years ago

fecosco commented 6 years ago

Requires another python version?

look this:

root@kali:~/Tools/exploits/windows/MS17-010-master# python mysmb.py root@kali:~/Tools/exploits/windows/MS17-010-master# python zzz_exploit.py 10.2.0.103 spollss Traceback (most recent call last): File "zzz_exploit.py", line 1057, in exploit(target, pipe_name) File "zzz_exploit.py", line 790, in exploit conn = MYSMB(target) File "/root/Tools/exploits/windows/MS17-010-master/mysmb.py", line 118, in init smb.SMB.init(self, remote_host, remote_host, timeout=timeout) File "/usr/local/lib/python2.7/dist-packages/impacket/smb.py", line 2412, in init self._sess = nmb.NetBIOSTCPSession(my_name, remote_name, remote_host, host_type, sess_port, self.timeout) File "/usr/local/lib/python2.7/dist-packages/impacket/nmb.py", line 833, in init timeout=timeout, local_type=local_type, sock=sock) File "/usr/local/lib/python2.7/dist-packages/impacket/nmb.py", line 705, in init__ self._sock = self._setup_connection((remote_host, sess_port), timeout) File "/usr/local/lib/python2.7/dist-packages/impacket/nmb.py", line 844, in _setup_connection raise socket.error("Connection error (%s:%s)" % (peer[0], peer[1]), e) socket.error: [Errno Connection error (10.2.0.103:445)] timed out

kanakamedalasumanth commented 3 years ago

@fecosco did you resolved this issue.