loTus04 / RATata

RATata is a simple python RAT to setup and use !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to RATata 👋

Version Documentation Maintenance License: MIT

RATata is a simple python RAT to setup and use !

🏠 Homepage

Demo

Prerequisites

  • pip3
  • python3

Install

pip3 install -r requirements.txt

INFORMATION

RATata is a backdoor made in python. It works with a third-party API so you don't have to open ports of your wifi box

Tools:
 - execute bash commands
 - download files
 - inject python scripts
Characteristics:
 - auto run on computer boot
 - hash a score of 9/70 on virus total, but can easly put to 0 with a crypter

SETUP API

As you have seen, this RAT uses a third party API. The source code for this API can be found in ./RATata/API.
You must host this API on a free host site like 'heroku.com' or '000webhost.com'.

API

SETUP RAT

1. Install Python3 and Pip3, then install all the modules in requirements.txt
2. Host the api how ever you wan't
3. Edit ./RAT/json/url.json with your own API links and webhook
4. Edit ./RAT/CLIENT.py with your own API links
5. [Optional] Put the the CLIENT.py in a crypter to bypass anti-virus
6. [Optional] Send it to people !

USAGE

INJECT

The 'inject' function allows you to inject python script directly on the victim's pc.
You can add your own scripts:
1. Make your script send the information to a discord webhook
2. Replace this webhook with "L!Nk123"
3. Encrypt the script in base64
4. Put it in ./RAT/json/virus.json

Author

👤 RAT: @loTus01
👤 API: @ghostfighter50

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 loTus01.
This project is MIT licensed.


About

RATata is a simple python RAT to setup and use !

License:MIT License


Languages

Language:Python 61.7%Language:EJS 24.0%Language:JavaScript 14.3%