Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suburbanno/swratt
🤖 ☠️ 💬 A simple Telegram Bot that controls the victim's computer.
https://github.com/suburbanno/swratt
python rat remote-access screenshots telegram-bot telegram-rat tool trojan windows
Last synced: 3 months ago
JSON representation
🤖 ☠️ 💬 A simple Telegram Bot that controls the victim's computer.
- Host: GitHub
- URL: https://github.com/suburbanno/swratt
- Owner: Suburbanno
- License: mit
- Created: 2018-03-05T22:38:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:30:06.000Z (about 2 years ago)
- Last Synced: 2023-03-06T11:58:25.025Z (almost 2 years ago)
- Topics: python, rat, remote-access, screenshots, telegram-bot, telegram-rat, tool, trojan, windows
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 39
- Watchers: 6
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://github.com/Suburbanno/SWRATT/issues) or [pull request](https://github.com/Suburbanno/SWRATT/pulls).## Disclaimer:
**This tool should be used only for studies or in controlled environments under authorization, otherwise it is illegal..**
## License:
[The MIT License](https://github.com/Suburbanno/SWRATT/blob/master/LICENSE)