A simple Windows Remote Administration Tool using Telegram bot function.
- Show current directory
- Change current directory
- List current or specified directory
- Download file from the target
- Screenshots
- Execute file
- Execute cmd
- 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 intrusted_users = [xxxxx]
and group id intrusted_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
- Copy your
- Go to your bot on telegram and send
/help
command to the bot to test it.
/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
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
Contributions and feature requests are welcome!
Feel free to open a issue or pull request.
This tool should be used only for studies or in controlled environments under authorization, otherwise it is illegal..