⚠️ Educational use only! This project is a proof-of-concept and should not be used for malicious purposes.
IMPORTANT: This software is intended for educational and demonstration purposes only.
Use this Telegram bot ONLY on computers you own or have explicit permission to access.
The author of this project does not take any responsibility for any misuse, illegal activities, or damages caused by this software.
This project is provided "AS IS", without any warranties or guarantees of any kind, either express or implied.
By using this software, you agree that you are solely responsible for any consequences arising from its use.
- Run shell commands remotely via Telegram
- Upload & download files
- Take screenshots of the target machine
- Get detailed system information
git clone https://github.com/kryptxnite/Shellgram.git
cd Shellgram
pip install -r requirements.txtCreate a .env file in the project root:
TELEGRAM_BOT_TOKEN=your_bot_token
AUTHORIZED_USER_ID=123456789python bot.py| Command | Description |
|---|---|
/start |
Show main menu |
/shell cmd |
Execute shell command |
/download |
Download file from target |
/upload |
Upload file to target |
/sysinfo |
Show system information |