https://github.com/lalaio1/pyjek
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.
https://github.com/lalaio1/pyjek
crossplatform developertools mawar pytho-injection python scriptcompilation
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lalaio1/pyjek
- Owner: lalaio1
- License: apache-2.0
- Created: 2024-08-24T15:03:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-02T00:28:02.000Z (over 1 year ago)
- Last Synced: 2024-11-09T21:22:02.828Z (over 1 year ago)
- Topics: crossplatform, developertools, mawar, pytho-injection, python, scriptcompilation
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ Pyjek

**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:
```bash
git clone https://github.com/lalaio1/Pyjek
```
2. **Navigate to the Project Directory:**
```bash
cd Pyjek
```
3. **Install Dependencies:**
The required dependencies are listed in the `requirements.txt` file. Install them by running:
```bash
pip install -r requirements.txt
```
## 🚀 Usage
### 🐧 Linux
1. **Navigate to the Project Directory:**
```bash
cd Pyjek
```
2. **Run the Script:**
To start the script, execute the following command:
```bash
python3 main.py
```
**Tip:** To make the script directly executable, use:
```bash
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:**
```cmd
cd path\to\Pyjek
```
3. **Run the Script:**
```cmd
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
---

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