ThreadlessInject-BOF

Process injector

A tool that enables process injection without thread creation by hooking an export function from a remote process.

BOF implementation of @EthicalChaos's ThreadlessInject project. A novel process injection technique with no thread creation, released at BSides Cymru 2023.

GitHub

369 stars
5 watching
52 forks
Language: C
last commit: over 2 years ago

Related projects:

RepositoryDescriptionStars
apokryptein/secinjectA tool for injecting malicious code into processes using native APIs and memory section mapping.88
tomcarver16/bof-dll-injectA tool for injecting malware into processes by mapping it to memory without registering it with the kernel.147
boku7/hollowA tool that enables remote process shellcode execution using the Early Bird injection technique267
kyleavery/inject-assemblyEnables .NET assembly execution within an existing process without blocking the parent process485
3xpl01tc0d3r/processinjectionA tool that demonstrates various process injection techniques using C#.1,087
elfmaster/sarumanA tool for injecting full dynamic executables into process images with thread injection128
outflanknl/findobjects-bofAn exploit tool that uses direct system calls to enumerate processes based on specific loaded modules or process handles266
droberson/papa-shangoAn assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior.5
suvllian/process-injectA collection of Windows process injection methods implemented in C.647
jechol/definjectA library that provides an unobtrusive way to inject mocks and dependencies into Elixir functions without modifying their code.56
davidbuchanan314/dlinjectA tool to inject arbitrary code into a live Linux process without using ptrace774
boku7/injectamsibypassA tool that bypasses AMSI in a remote process with code injection.377
bishopfox/bfinjectTool for injecting arbitrary shared libraries into running iOS apps to execute malicious code626
hasherezade/process_doppelgangingAn implementation of a malware injection technique using PE injection to create and control malicious processes581
malcomvetter/managedinjectionA proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge162