Core Commands
=============
Command Description
------- -----------
author Information about creator of this project
help Help menu
libs_error Python libraries errors
module Module control
session About this session
accounts Control accounts connected to this computer session
getuid Get the user on whose behalf the bot is running
getpid Get the current process identifier
exit Log out of this computer session
File System Commands
====================
Command Description
------- -----------
pwd Display working directory
cd Change directory
ls List files in working directory
hide Hide folder or file
unhide Unhide folder or file
mkdir Create folder
mkfile Create file
rn Rename folder or file
rmdir Delete folder
rm Delete file
cp Copy folder or file to destination
mv Move folder or file to destination
download Download file
upload Upload file
encrypt Encrypt file
decrypt Decrypt file
Networking Commands
===================
Command Description
------- -----------
network Network control
ipconfig Get network interfaces
route Get routing table
arp Get host ARP cache
netstat Get network connections
site Website control
System Commands
===============
Command Description
------- -----------
systeminfo Get information about computer
buffer Get data from buffer
services Get information about services
tasks Get information about tasks
startup Get information about startup
paths Get paths to all folders on computer
app Application control
ps List running processes
kill Terminate process
time Get current time or change current time
date Get current date or change current date
cmd Execute command in cmd and working with cmd history
reboot Computer reboot
shutdown Computer shutdown
User Interface Commands
=======================
Command Description
------- -----------
screenshot Take screenshot of desktop
screenshot_webcam Take screenshot using webcam
play Record audio or video from screen or video from webcam
mouse Mouse control
keyboard Keyboard control
keylogger Control collected keylogger data
show Display message
Bot — Provide full remote access to the system
- ✅ Ease of use
- ⚙️ Extensive functionality
- 📦 Automatically install all necessary libraries
# Clone the repository
git clone https://github.com/cppandpython/linux_bot.git
# Edit in bot.py
TOKEN = 'YOUR TELEGRAM BOT TOKEN'
PATH = 'YOUR BOT PATH'
PASSWORD = 'YOUR PASSWORD'
# Launch
python bot.py
bot — Обеспечивает полный удаленный доступ к системе
- ✅ Простота использования
- ⚙️ Большая функциональность
- 📦 Сам устанавливает все необходимые библиотеки
# Клонируй репозиторий
git clone https://github.com/cppandpython/linux_bot.git
# Изменить в bot.py
TOKEN = 'ВАШ ТЕЛЕГРАМ ТОКЕН БОТА'
PATH = 'ВАШ ПУТЬ ДЛЯ БОТА'
PASSWORD = 'ВАШ ПАРОЛЬ'
# Запуск
python bot.py