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)![]() | English Tutorials on LinkedIn![]() Part 1 ![]() Part 2 |
Overview
XAdmin is a Telegram Bot designed to provide remote shell access to a host PC.
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
- Clone the Repository:
git clone https://github.com/xprabhudayal/xadmin.git cd xadmin
- Install Dependencies: Ensure you have Python installed, then run:
pip install -r requirements.txt
-
Configure Bot Token: Open main.py and replace TOKEN with your Telegram bot token.
- Run gui.py to run the bot.
Made with 💖 by Prabhudayal Vaishnav
License
This project is licensed under the MIT License.