Skip to content

cppandpython/linux_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

There will be a huge update



🌟 Linux Bot



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



en


Bot — Provide full remote access to the system


🚀 Features

  • ✅ Ease of use
  • ⚙️ Extensive functionality
  • 📦 Automatically install all necessary libraries

🧰 Installation

# 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




ru


bot — Обеспечивает полный удаленный доступ к системе


🚀 Функции

  • ✅ Простота использования
  • ⚙️ Большая функциональность
  • 📦 Сам устанавливает все необходимые библиотеки

🧰 Установка

# Клонируй репозиторий
git clone https://github.com/cppandpython/linux_bot.git

# Изменить в bot.py
TOKEN = 'ВАШ ТЕЛЕГРАМ ТОКЕН БОТА'
PATH = 'ВАШ ПУТЬ ДЛЯ БОТА'
PASSWORD = 'ВАШ ПАРОЛЬ'

# Запуск
python bot.py

About

Full remote access to Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages