Skip to content

isecbaz/PowSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowSH [Remote Windows PowerShell Control Tool💻]

This is a basic Python script for remote Windows PowerShell control. It is still under early development and is primarily provided for educational purposes.😁 After installing the dependencies, you can replace the Telegram bot token and generate the .exe output file and run it. Then you can remotely control your Windows PowerShell via the Telegram bot. (Tested on the latest version of Windows 11) secbaz(1)

  1. First, install the latest version of Python on your system.

Open the Windows CMD and execute the following commands in sequence to install the required dependencies:

  • pip install pyTelegramBotAPI
  • pip install cx_Freeze
  • pip install uuid

  • @rmsup

    1. Open the main.py source file and replace the placeholder TOKEN line 7 with your Telegram bot token. Save the file.

    @rezamz

    Download all the files into a single folder. Open CMD and navigate to the directory. Execute the following command:

    • python setup.py build
    • Wait for the .exe file to be generated in the build folder. rmsup
    1. You can employ various encoding and encryption techniques to bypass antivirus detection. Avoid using PyInstaller as it increases file size and may trigger antivirus alerts.

    2. Extensive modifications will be required for future binding functionalities (binding from .exe to .exe or to other original files).

    3. The filename and icon can be modified in the setup.py file. An example chicken icon is provided.

    4. Apart from obfuscation and advanced antivirus bypass techniques, the signtool tool can be used to sign your executable with a digital certificate, potentially influencing antivirus behavior.

    Farewell until the next projects.🫣