All Projects → Suburbanno → SWRATT

Suburbanno / SWRATT

Licence: MIT license
🤖 ☠️ 💬 A simple Telegram Bot that controls the victim's computer.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SWRATT

Thefatrat
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…
Stars: ✭ 5,944 (+15542.11%)
Mutual labels:  trojan, rat, remote-access
ConTroll Remote Access Trojan
Created a VERY SIMPLE remote access Trojan that will establish administrative control over any windows machine it compromises.
Stars: ✭ 69 (+81.58%)
Mutual labels:  trojan, rat, remote-access
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+702.63%)
Mutual labels:  trojan, rat, telegram-rat
RoboThief-Telegram-Session-Stealer
Robo Thief is a software for steal telegram session .
Stars: ✭ 18 (-52.63%)
Mutual labels:  telegram-bot, trojan, rat
trolo
trolo - an easy to use script for generating Payloads that bypasses antivirus
Stars: ✭ 45 (+18.42%)
Mutual labels:  trojan, rat, remote-access
Rat Hodin V2.9
Remote Administration Tool for Linux
Stars: ✭ 97 (+155.26%)
Mutual labels:  trojan, rat
Networm
Python network worm that spreads on the local network and gives the attacker control of these machines.
Stars: ✭ 135 (+255.26%)
Mutual labels:  trojan, rat
N00brat
Remote Administration Toolkit (or Trojan) for POSiX (Linux/Unix) system working as a Web Service
Stars: ✭ 148 (+289.47%)
Mutual labels:  trojan, rat
Serpentine
C++/Win32/Boost Windows RAT (Remote Administration Tool) with a multiplatform Java/Spring RESTful C2 server and Go, C++/Qt5 frontends
Stars: ✭ 216 (+468.42%)
Mutual labels:  trojan, rat
Lime Rat
LimeRAT | Simple, yet powerful remote administration tool for Windows (RAT)
Stars: ✭ 663 (+1644.74%)
Mutual labels:  trojan, rat
Sillyrat
A Cross Platform multifunctional (Windows/Linux/Mac) RAT.
Stars: ✭ 152 (+300%)
Mutual labels:  trojan, rat
Rat Via Telegram
Windows Remote Administration Tool via Telegram
Stars: ✭ 453 (+1092.11%)
Mutual labels:  telegram-bot, rat
Teleshadow3
Telegram Desktop Session Stealer
Stars: ✭ 83 (+118.42%)
Mutual labels:  trojan, rat
Spacecow
Windows Rootkit written in Python
Stars: ✭ 81 (+113.16%)
Mutual labels:  trojan, rat
Unencrypted Backdoor With Process Cloaking
Unencrypted backdoor
Stars: ✭ 16 (-57.89%)
Mutual labels:  trojan, rat
PyIris
PyIris is a modular remote access trojan toolkit written in python targeting Windows and Linux systems.
Stars: ✭ 296 (+678.95%)
Mutual labels:  trojan, rat
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (+428.95%)
Mutual labels:  telegram-bot, rat
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: ✭ 1,934 (+4989.47%)
Mutual labels:  rat, remote-access
Powershell Rat
Python based backdoor that uses Gmail to exfiltrate data through attachment. This RAT will help during red team engagements to backdoor any Windows machines. It tracks the user activity using screen capture and sends it to an attacker as an e-mail attachment.
Stars: ✭ 636 (+1573.68%)
Mutual labels:  trojan, rat
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+421.05%)
Mutual labels:  telegram-bot, trojan

SWRATT

A simple Windows Remote Administration Tool using Telegram bot function.

Features:

  • Show current directory
  • Change current directory
  • List current or specified directory
  • Download file from the target
  • Screenshots
  • Execute file
  • Execute cmd

Screenshots:

Installation & Usage:

  • Clone this repository: git clone https://github.com/Suburbanno/SWRATT.git
  • Set up a new Telegram bot talking to the @BotFather.
  • Copy this token and replace it in token = "xxxxxxxxxxxxxxx".
  • Run main.py
    • Copy your chat_id from the console and replace it in trusted_users = [xxxxx] and group id in trusted_chats = [-xxxxx]if you need.
    • You have the option to get your id and the group id through this @my_id_bot bot, for that you must put the bot in a group exists or create a test group
  • Go to your bot on telegram and send /help command to the bot to test it.

Commands:

/screen - screenshot PC
/cd - change current directory
/download - download file from target
/ls - list contents of current or specified directory
/pwd - show current directory
/run - run a file
/cmd - execute cmd

Compiling:

How To Compile:

pyinstaller --icon YOUR_ICON --noconsole -F main.py


  • --icon YOUR_ICON Uses the icon in the format .ICO
  • --noconsole Does not show the console while the program is running
  • -F Compiles the file in .exe

Contributing:

Contributions and feature requests are welcome!
Feel free to open a issue or pull request.

Disclaimer:

This tool should be used only for studies or in controlled environments under authorization, otherwise it is illegal..

License:

The MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].