We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@fecosco did you resolved this issue.
Sorry, something went wrong.
No branches or pull requests
Requires another python version?
look this:
root@kali:
/Tools/exploits/windows/MS17-010-master# python mysmb.py/Tools/exploits/windows/MS17-010-master# python zzz_exploit.py 10.2.0.103 spollssroot@kali:
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
The text was updated successfully, but these errors were encountered: