XAdmin Bot

A Telegram Bot that provides Reverse Shell Access to the Victim's PC.

🚀 XAdmin: Remote Access Bot

⚠️ Disclaimer: Do not use this for hacking purposes without explicit permission. Misuse could lead to legal penalties, for which I will not be liable. ⚠️


Tutorials

YouTube Video on xAdmin (Hindi + English)

YouTube Tutorial

English Tutorials on LinkedIn

LinkedIn Part 1

Part 1

LinkedIn Part 2

Part 2


Overview

XAdmin is a Telegram Bot designed to provide remote shell access to a host PC.

xadmin.png

Unlike 🔒 SSH, 💻 Remote Desktop Connection, or 📞 Telnet, this bot connects the CMD to the Telegram Bot with a simple execution on the host PC.


Features

  • 🖥️ Remote Shell Access: Execute shell commands on the remote PC via Telegram BOT.
  • 📸 Screenshot Capture: Use the /ss command to capture and send screenshots.
  • 📂 File Sharing: Prepend @ before the file name to share files.
  • ⚙️ Fetch Random Commands: Use /random to retrieve random Windows commands from THIS WEBSITE.
  • 🌐 IP Address Extraction: Get the external IP address using the /ip command.
  • 💾 Disk and File Listing: List all logical disks with /list and files with /files.

Installation

steps-to-create-bot-in-telegram.png

  1. Clone the Repository:
    git clone https://github.com/xprabhudayal/xadmin.git
    cd xadmin
    
  2. Install Dependencies: Ensure you have Python installed, then run:
    pip install -r requirements.txt
    
  3. Configure Bot Token: Open main.py and replace TOKEN with your Telegram bot token.

  4. Run gui.py to run the bot.

Made with 💖 by Prabhudayal Vaishnav

License

This project is licensed under the MIT License.