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
Exception in thread Thread-101:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 1082, in run
self.function(*self.args, **self.kwargs)
File "build/bdist.linux-x86_64/egg/metasploit/msfconsole.py", line 60, in _poller
d = self.console.read()
File "build/bdist.linux-x86_64/egg/metasploit/msfrpc.py", line 1907, in read
return self.rpc.call(MsfRpcMethod.ConsoleRead, self.cid)
File "build/bdist.linux-x86_64/egg/metasploit/msfrpc.py", line 237, in call
self.client.request('POST', self.uri, packb(l), self._headers)
File "/usr/lib/python2.7/httplib.py", line 1039, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1067, in _send_request
self.putrequest(method, url, **skips)
File "/usr/lib/python2.7/httplib.py", line 921, in putrequest
raise CannotSendRequest()
CannotSendRequest
help me
what is the reason?
The text was updated successfully, but these errors were encountered:
...
...
...
exploit = client.modules.use('exploit', 'windows/smb/ms17_010_psexec')
Exception in thread Thread-101:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 1082, in run
self.function(*self.args, **self.kwargs)
File "build/bdist.linux-x86_64/egg/metasploit/msfconsole.py", line 60, in _poller
d = self.console.read()
File "build/bdist.linux-x86_64/egg/metasploit/msfrpc.py", line 1907, in read
return self.rpc.call(MsfRpcMethod.ConsoleRead, self.cid)
File "build/bdist.linux-x86_64/egg/metasploit/msfrpc.py", line 237, in call
self.client.request('POST', self.uri, packb(l), self._headers)
File "/usr/lib/python2.7/httplib.py", line 1039, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1067, in _send_request
self.putrequest(method, url, **skips)
File "/usr/lib/python2.7/httplib.py", line 921, in putrequest
raise CannotSendRequest()
CannotSendRequest
help me
what is the reason?
The text was updated successfully, but these errors were encountered: