{"id":26901940,"url":"https://github.com/malwarekid/fileless-pe","last_synced_at":"2025-07-06T12:32:31.131Z","repository":{"id":243895645,"uuid":"813682861","full_name":"malwarekid/Fileless-PE","owner":"malwarekid","description":"Python program Fileless-PE.py generates a Python script (PEloader.py) to load a DLL or EXE file from a given URL. It provides functionality to specify a method to execute if the file is a DLL. The script utilizes the pythonmemorymodule library for memory manipulation.","archived":false,"fork":false,"pushed_at":"2024-07-17T08:19:24.000Z","size":1953,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T09:08:50.092Z","etag":null,"topics":["dll","exe","fileless","in-memory","loader","malware","memory-execution","pe","python","script","trojan","virus"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malwarekid.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-06-11T14:40:35.000Z","updated_at":"2025-03-10T22:29:51.000Z","dependencies_parsed_at":"2024-07-17T10:14:39.071Z","dependency_job_id":"8a3ddfec-86d6-48e8-a89d-999fc7159825","html_url":"https://github.com/malwarekid/Fileless-PE","commit_stats":null,"previous_names":["malwarekid/fileless-pe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malwarekid/Fileless-PE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarekid%2FFileless-PE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarekid%2FFileless-PE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarekid%2FFileless-PE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarekid%2FFileless-PE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malwarekid","download_url":"https://codeload.github.com/malwarekid/Fileless-PE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarekid%2FFileless-PE/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263900831,"owners_count":23527325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dll","exe","fileless","in-memory","loader","malware","memory-execution","pe","python","script","trojan","virus"],"created_at":"2025-04-01T09:08:52.919Z","updated_at":"2025-07-06T12:32:31.113Z","avatar_url":"https://github.com/malwarekid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fileless-PE\n\n## Overview\n\n- The provided Python program Fileless-PEloader.py generates a Python script (PEloader.py) to load a DLL or EXE file from a given URL. It provides functionality to specify a method to execute if the file is a DLL. The script utilizes the pythonmemorymodule library for memory manipulation.\n\n## Features\n\n- Dynamic Code Generation: Generates Python script (PEloader.py) based on user input for URL, file type (DLL or EXE), and method (if applicable).\n- DLL and EXE Loading: Loads DLL or EXE files from a specified URL using the pythonmemorymodule library.\n- Method Execution (DLL): Executes a specified method within a DLL file if provided by the user.\n- Error Handling: Provides error messages and gracefully exits in case of invalid user input or interruption.\n\n## How to Use\n\n1. **Clone the Repository:**\n\n    `git clone https://github.com/malwarekid/Fileless-PE.git \u0026\u0026\n    cd Fileless-PE`\n\n2. **Run the Script:**\n\n    `python3 Fileless-PE.py`\n\n```\n\n    _______ __     __                     ____  ______\n   / ____(_) /__  / /__  __________      / __ \\/ ____/\n  / /_  / / / _ \\/ / _ \\/ ___/ ___/_____/ /_/ / __/   \n / __/ / / /  __/ /  __(__  |__  )_____/ ____/ /___   \n/_/   /_/_/\\___/_/\\___/____/____/     /_/   /_____/    \n                                      By @malwarekid\n\nEnter the URL: url\nEnter the file type (dll or exe): dll\nEnter the method (Example Method: DLLRegisterServer): DLLRegisterServer\nEnter the output file name (default: PEloader.py): \nCode generated and saved to PEloader.py\n```\n\n3. **Enter Input Parameters:**\n\n   - **URL:** Enter the URL from which you want to load the DLL or EXE file.\n\n   - **File Type:** Choose the type of file you want to load (dll or exe). Enter the corresponding option.\n\n   - **Method (if applicable):** If you selected dll as the file type, you'll be prompted to enter the method you want to execute within the DLL file. Provide the method name when prompted.\n\n   - **Output File Name:** Optionally, you can specify a custom output file name for the generated Python script. If left empty, the default name PEloader.py will be used.\n\n4. - Optionally, choose to pre-encode the command if it contains special characters like `'`, `\"`, or `$`.\n\n5. - The generated Python script (`PEloader.py`) will be saved in the current directory.\n\n6. - Press Ctrl+C at any time to cancel the operation.\n\n## Requirements\n\n- Python 3.x\n- `pythonmemorymodule` library\n\n## Contributors\n\n- [MalwareKid](https://github.com/malwarekid)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## Notes\n\nFeel free to contribute, report issues, or provide feedback and dont forget to follow me on [Instagram](https://www.instagram.com/malwarekid/) and [github](https://github.com/malwarekid/) Happy Hacking!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalwarekid%2Ffileless-pe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalwarekid%2Ffileless-pe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalwarekid%2Ffileless-pe/lists"}