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.
Before getting started, make sure you have the following installed:
- Python 3.x
- pip (Python package manager)
- Git (optional, for cloning the repository)
-
Clone the Repository:
If you haven't cloned the repository yet, do so with the following command:
git clone https://github.com/lalaio1/Pyjek
-
Navigate to the Project Directory:
cd Pyjek
-
Install Dependencies:
The required dependencies are listed in the
requirements.txt
file. Install them by running:pip install -r requirements.txt
-
Navigate to the Project Directory:
cd Pyjek
-
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
-
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.
-
Open Command Prompt or PowerShell:
- Use the shortcut
Win + R
, typecmd
orpowershell
, and press Enter.
- Use the shortcut
-
Navigate to the Project Directory:
cd path\to\Pyjek
-
Run the Script:
python main.py
-
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.
If you need help or have suggestions, feel free to reach out via Discord:
- Discord: lalaio1
Note: This script is currently in the testing phase and may receive updates. Check back regularly for new versions and improvements.