{"id":19280796,"url":"https://github.com/lalaio1/pyjek","last_synced_at":"2026-03-09T11:33:51.166Z","repository":{"id":254593352,"uuid":"846999488","full_name":"lalaio1/Pyjek","owner":"lalaio1","description":"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.","archived":false,"fork":false,"pushed_at":"2024-09-02T00:28:02.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T08:16:30.385Z","etag":null,"topics":["crossplatform","developertools","mawar","pytho-injection","python","scriptcompilation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lalaio1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-24T15:03:24.000Z","updated_at":"2024-10-02T01:16:59.000Z","dependencies_parsed_at":"2024-08-24T16:27:59.100Z","dependency_job_id":"4f69d91f-9bba-40d0-b5bc-563d277717aa","html_url":"https://github.com/lalaio1/Pyjek","commit_stats":null,"previous_names":["lalaio1/pyjek"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lalaio1/Pyjek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FPyjek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FPyjek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FPyjek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FPyjek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lalaio1","download_url":"https://codeload.github.com/lalaio1/Pyjek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FPyjek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30292487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crossplatform","developertools","mawar","pytho-injection","python","scriptcompilation"],"created_at":"2024-11-09T21:20:36.288Z","updated_at":"2026-03-09T11:33:51.140Z","avatar_url":"https://github.com/lalaio1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ Pyjek\n\n![Python Logo](https://www.python.org/static/community_logos/python-logo.png)\n\n**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.\n\n## ⚙️ Prerequisites\n\nBefore getting started, make sure you have the following installed:\n\n- **Python 3.x**\n- **pip** (Python package manager)\n- **Git** (optional, for cloning the repository)\n\n## 📥 Installation\n\n1. **Clone the Repository:**\n\n   If you haven't cloned the repository yet, do so with the following command:\n\n   ```bash\n   git clone https://github.com/lalaio1/Pyjek\n   ```\n\n2. **Navigate to the Project Directory:**\n\n   ```bash\n   cd Pyjek\n   ```\n\n3. **Install Dependencies:**\n\n   The required dependencies are listed in the `requirements.txt` file. Install them by running:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## 🚀 Usage\n\n### 🐧 Linux\n\n1. **Navigate to the Project Directory:**\n\n   ```bash\n   cd Pyjek\n   ```\n\n2. **Run the Script:**\n\n   To start the script, execute the following command:\n\n   ```bash\n   python3 main.py\n   ```\n\n   **Tip:** To make the script directly executable, use:\n\n   ```bash\n   chmod +x main.py\n   ./main.py\n   ```\n\n3. **Follow the On-Screen Instructions:**\n   - Enter the path to your Python project.\n   - Enter the path to the `.py` file you wish to compile.\n   - Choose whether to obfuscate the file before compilation.\n\n### 🖥️ Windows\n\n1. **Open Command Prompt or PowerShell:**\n   - Use the shortcut `Win + R`, type `cmd` or `powershell`, and press Enter.\n\n2. **Navigate to the Project Directory:**\n\n   ```cmd\n   cd path\\to\\Pyjek \n   ```\n\n3. **Run the Script:**\n\n   ```cmd\n   python main.py\n   ```\n\n4. **Follow the On-Screen Instructions:**\n   - Enter the path to your Python project.\n   - Enter the path to the `.py` file you wish to compile.\n   - Choose whether to obfuscate the file before compilation.\n\n## 📞 Contact\n\nIf you need help or have suggestions, feel free to reach out via Discord:\n\n- **Discord:** lalaio1\n\n---\n\n![Python Compilation](https://www.freecodecamp.org/news/content/images/2020/08/python.png)\n\n\u003e **Note:** This script is currently in the testing phase and may receive updates. Check back regularly for new versions and improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalaio1%2Fpyjek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flalaio1%2Fpyjek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalaio1%2Fpyjek/lists"}