Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elfmaster/saruman

ELF anti-forensics exec, for injecting full dynamic executables into process image (With thread injection)
https://github.com/elfmaster/saruman

Last synced: 2 months ago
JSON representation

ELF anti-forensics exec, for injecting full dynamic executables into process image (With thread injection)

Awesome Lists containing this project

README

        

Saruman v0.1 (Ryan O'Neill) [email protected]

Type make to compile launcher (It will also try to compile a parasite.c file which
is for you too supply). Make sure your parasite executable is compiled -fpic -pie

./launcher

NOTE: In this version Saruman doesn't yet support injecting a program that requires command line args
because it is early POC. So will not actually accept args yet.

./launcher --no-dlopen

When using --no-dlopen it uses a more stealth technique of loading the executable
so that it doesn't show up as /path/to/parasite.exe in the /proc maps file.
Currently this has some bugs and won't work with more complex parasites (To be fixed)