karma9874 / AndroRAT

A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
MIT License
2.99k stars 978 forks source link

help #261

Closed whitehatproject86 closed 9 months ago

whitehatproject86 commented 1 year ago

python3 androRAT.py --build --ngrok -o test1.apk Traceback (most recent call last): File "/home/xxxbjorka/.local/lib/python3.10/site-packages/pyngrok/ngrok.py", line 456, in api_request response = urlopen(request, data, timeout) File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/usr/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(args) File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(args) File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 502: Bad Gateway

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/xxxbjorka/AndroRAT/androRAT.py", line 48, in tcp_tunnel = ngrok.connect(port, "tcp") File "/home/xxxbjorka/.local/lib/python3.10/site-packages/pyngrok/ngrok.py", line 271, in connect tunnel = NgrokTunnel(api_request("{}/api/tunnels".format(api_url), method="POST", data=options, File "/home/xxxbjorka/.local/lib/python3.10/site-packages/pyngrok/ngrok.py", line 477, in api_request raise PyngrokNgrokHTTPError("ngrok client exception, API returned {}: {}".format(status_code, response_data), pyngrok.exception.PyngrokNgrokHTTPError: ngrok client exception, API returned 502: {"error_code":103,"status_code":502,"msg":"failed to start tunnel","details":{"err":"TCP tunnels are only available to registered users.\nSign up for free at: https://dashboard.ngrok.com/signup\n\nIf you have already signed up, make sure your authtoken is installed.\nYour authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_302\r\n"}}

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.