ScRiPt1337 / Teardroid-phprat

:india: :robot: It's easy to use android botnet work without port forwarding, vps and android studio
https://scatter.sellup.io
MIT License
813 stars 312 forks source link

Devices not showing up #34

Closed BotAndis closed 2 years ago

BotAndis commented 2 years ago

A popup shows on the device, but no virtual machine or physical phone is showing up in the control panel. I tried many different versions of the link, but none made a difference. A clear and concise description of what the bug is.

Followed all steps and used the Deployment button (not manual installation).

Windows 10 Python Version : 3.10 java version "1.8.0_333" Java(TM) SE Runtime Environment (build 1.8.0_333-b02) Java HotSpot(TM) 64-Bit Server VM (build 25.333-b02, mixed mode) "jdk-8u333-windows-x64.exe" is installed

Log output(always the same):

Visor request (headers): { "Accept": "application/json, text/plain, /", "Connection": "close", "Referer": "https://[replaced].deta.dev/v4/overview", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36", "X-Forwarded-Proto": "https", "Sec-Fetch-Dest": "empty", "Sec-Fetch-Site": "same-origin", "Host": "[replaced].deta.dev", "Accept-Encoding": "gzip, deflate, br", "X-Forwarded-Port": "443", "Sec-Fetch-Mode": "cors", "Sec-Gpc": "1", "X-Forwarded-For": "99.82.163.58", "Accept-Language": "de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7", "X-Real-Ip": "99.82.163.58" }

Visor response: { "success": true, "clients": [] }

Logs: No errors

Visor request (headers): { "Accept": "image/avif,image/webp,image/apng,image/svg+xml,image/,/*;q=0.8", "Connection": "close", "Referer": "https://[replaced].deta.dev/v4/overview", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36", "X-Forwarded-Proto": "https", "Sec-Fetch-Dest": "image", "Sec-Fetch-Site": "same-origin", "Host": "[replaced].deta.dev", "Accept-Encoding": "gzip, deflate, br", "X-Forwarded-Port": "443", "Sec-Fetch-Mode": "no-cors", "Sec-Gpc": "1", "X-Forwarded-For": "99.82.163.58", "Accept-Language": "de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7", "X-Real-Ip": "99.82.163.58" }

Visor respone: "<!doctype html><html lang=\"en\"><meta charset=\"utf-8\"/><link rel=\"icon\" href=\"/favicon.ico\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"/><meta name=\"theme-color\" content=\"#000000\"/><meta name=\"description\" content=\"Web site created using create-react-app\"/><link rel=\"apple-touch-icon\" href=\"/logo192.png\"/><link rel=\"manifest\" href=\"/manifest.json\"/><link rel=\"stylesheet\" href=\"https://unpkg.com/@shopify/polaris@7.6.0/build/esm/styles.css\"/>Teardroid v4.0<script defer=\"defer\" src=\"/static/js/main.58405be5.js\"><link href=\"/static/css/main.101b48ee.css\" rel=\"stylesheet\"><div id=\"root\">

"

Logs: No errors

ScRiPt1337 commented 2 years ago

On which android version your trying it and please check if there is any crash log in logcat

BotAndis commented 2 years ago

Tried versions from 8 to 11, checked logcat, but could not see anything wrong. Could you elaborate anyway on logcat, maybe I was looking for the wrong thing.

ScRiPt1337 commented 2 years ago

can check the first response when the bot connect with the server and the first server response

BotAndis commented 2 years ago

Is this helpful, or am I stupid and looking at the wrong place:

05-06 12:27:29.983  7641  7682 E Volley  : [551] NetworkUtility.shouldRetryException: Unexpected response code 405 for https://[replaced^^].deta.dev/v4/overview/client/add
ScRiPt1337 commented 2 years ago

remove /v4/overview/ from the control panel URL when building the app

BotAndis commented 2 years ago

ok but I tried that already

ScRiPt1337 commented 2 years ago

try it the app making request at https://[replaced^^].deta.dev/v4/overview/client/add it shoude be this https://[replaced^^].deta.dev/client/add

BotAndis commented 2 years ago

Alright thanks Got it working, not sure if it really was the URL, if yes then I feel really stupid, because I literally tried every option, maybe I did I forgot to try one apk or something like that c: Thanks!