🔥 Cross platform Telegram based RAT that communicates via telegram to evade network restrictions and cross platform remote access RAT written on Python.
git clone https://github.com/kralovecket/blazer-rat.git
- Now follow the instructions in How to use TelegramRAT section.
- Go to Telegram and search for
https://t.me/BotFather
. - Create Bot and get the
API_TOKEN
. - Now search for
https://t.me/my_id_bot
and get thechat_id
. - Now go to blazer-tg.py and go to line 17 and 18 and place
API_TOKEN
andCHAT_ID
there. - Now run
python blazer-tg.py
for Windows andpython3 blazer-tg.py
for Linux. - Now go to the bot which you created and send command in message field.
HELP MENU:
CMD Commands | Execute cmd commands directly in bot
cd .. | Change the current directory
cd foldername | Change to current folder
download filename | Download File From Target
screenshot | Capture Screenshot
info | Get System Info
location | Get Target Location
get url | Download File From URL (Provide Direct URL)
1. Execute Shell Commands in bot directly.
2. Download file from client.
3. Get Client System Information.
4. Get Client Location Information.
5. Capture Screenshot.
6. Get url (Download file from URL).
7. More features will be added.
Cross platform multi clients RAT written on Python.
git clone https://github.com/kralovecket/blazer-rat.git
python3 blazer-server.py
(go to line 152 and changeip,port
and start the server).blazer-client.py
(go to line 77 and EditIP
andPORT
).
python3 blazer-server.py
- Now compile
blazer-client.py
to exe for Windows (make sure change ip and port in it) or runpython3 blazer-client.py
on Linux (make sure change ip and port in it).
1. Simple and cross platform RAT.
2. Multi client handling.
3. Persistent shell.
4. Auto-reconnect.
5. Upload file to client.
6. Download file from client.
7. You can convert `blazer-client.py` to exe using `pyinstaller` tool in Windows.