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

MYSMB error #33

Open
fecosco opened this issue May 1, 2018 · 1 comment
Open

MYSMB error #33

fecosco opened this issue May 1, 2018 · 1 comment

Comments

@fecosco
Copy link

fecosco commented May 1, 2018

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
Copy link

@fecosco did you resolved this issue.

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

2 participants