DDexec
DDexec copied to clipboard
A technique to run binaries filelessly and stealthily on Linux by "overwriting" the shell's process with another.
Hello, my environment do not have bash but only sh(just like sh in ubuntu), and sh do not support command: exec 0<
I worked a little on github actions for them to use a matrix strategy. The ARM file is still independant as it is using another remote action (it would be...
Hi @arget13, It works super fine, nice script. I refactored a little, with the function declaration and docstring my style so that I can have a nice folding, I hope...