Bypassing noexec and executing arbitrary binaries
Oct 10, 2024 · 7 min read · TL;DR: Execute a binary on a Linux system when execution is not allowed (e.g. restricted PHP environment, read-only filesystem or noexec mount flag). By using only Bash and making syscall(2)’s from Bash (!) and piping the ELF binary straight from the...
Join discussion