Skip to content
/ Pyjek Public

A Python project designed to execute a malicious .py/.pyw file alongside a legitimate project. This script compiles and obfuscates the malicious code, integrates it seamlessly with a genuine project, and ensures the execution of both, effectively masking the malicious intent under the guise of legitimate operations.

License

Notifications You must be signed in to change notification settings

lalaio1/Pyjek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ Pyjek

Python Logo

Pyjek is a Python project designed to execute a malicious .py or .pyw file alongside a legitimate project. This script compiles and obfuscates the malicious code, seamlessly integrating it with a genuine project, and ensures the execution of both, effectively masking the malicious intent under the guise of legitimate operations.

⚙️ Prerequisites

Before getting started, make sure you have the following installed:

  • Python 3.x
  • pip (Python package manager)
  • Git (optional, for cloning the repository)

📥 Installation

  1. Clone the Repository:

    If you haven't cloned the repository yet, do so with the following command:

    git clone https://github.com/lalaio1/Pyjek
  2. Navigate to the Project Directory:

    cd Pyjek
  3. Install Dependencies:

    The required dependencies are listed in the requirements.txt file. Install them by running:

    pip install -r requirements.txt

🚀 Usage

🐧 Linux

  1. Navigate to the Project Directory:

    cd Pyjek
  2. Run the Script:

    To start the script, execute the following command:

    python3 main.py

    Tip: To make the script directly executable, use:

    chmod +x main.py
    ./main.py
  3. Follow the On-Screen Instructions:

    • Enter the path to your Python project.
    • Enter the path to the .py file you wish to compile.
    • Choose whether to obfuscate the file before compilation.

🖥️ Windows

  1. Open Command Prompt or PowerShell:

    • Use the shortcut Win + R, type cmd or powershell, and press Enter.
  2. Navigate to the Project Directory:

    cd path\to\Pyjek 
  3. Run the Script:

    python main.py
  4. Follow the On-Screen Instructions:

    • Enter the path to your Python project.
    • Enter the path to the .py file you wish to compile.
    • Choose whether to obfuscate the file before compilation.

📞 Contact

If you need help or have suggestions, feel free to reach out via Discord:

  • Discord: lalaio1

Python Compilation

Note: This script is currently in the testing phase and may receive updates. Check back regularly for new versions and improvements.

About

A Python project designed to execute a malicious .py/.pyw file alongside a legitimate project. This script compiles and obfuscates the malicious code, integrates it seamlessly with a genuine project, and ensures the execution of both, effectively masking the malicious intent under the guise of legitimate operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages