arget13 / DDexec

A technique to run binaries filelessly and stealthily on Linux by "overwriting" the shell's process with another.
GNU General Public License v3.0
791 stars 83 forks source link

Set executable bit on scripts #9

Closed Vincevrp closed 2 years ago

Vincevrp commented 2 years ago

Hi, your scripts are missing the executable bit :)

arget13 commented 2 years ago

Huh, I didn't know that git stored in any way the file permissions... Anyway, this scripts are not thought to be executed as ./script.sh, they are thought to be used to run binaries when you can't place an executable file anywhere, or if you just want to avoid dropping a file to disk.