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
Traceback (most recent call last):
File "/home/kali/Agent/config/msfConsole.py", line 240, in
auth = Client("127.0.0.1",port=55553 ,user="msf",passwd="msf")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Agent/config/msfConsole.py", line 36, in init
self.auth()
File "/home/kali/Agent/config/msfConsole.py", line 76, in auth
c = self.client.getresponse()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/miniconda3/envs/Agent/lib/python3.11/http/client.py", line 1386, in getresponse
response = self.response_class(self.sock, method=self._method)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/miniconda3/envs/Agent/lib/python3.11/http/client.py", line 263, in init
self.fp = sock.makefile("rb")
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'makefile'
进程已结束,退出代码1
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/kali/Agent/config/msfConsole.py", line 240, in
auth = Client("127.0.0.1",port=55553 ,user="msf",passwd="msf")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Agent/config/msfConsole.py", line 36, in init
self.auth()
File "/home/kali/Agent/config/msfConsole.py", line 76, in auth
c = self.client.getresponse()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/miniconda3/envs/Agent/lib/python3.11/http/client.py", line 1386, in getresponse
response = self.response_class(self.sock, method=self._method)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/miniconda3/envs/Agent/lib/python3.11/http/client.py", line 263, in init
self.fp = sock.makefile("rb")
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'makefile'
进程已结束,退出代码1
The text was updated successfully, but these errors were encountered: