ulexecve is a userland execve() implementation which helps you execute arbitrary ELF binaries on Linux from userland without the binaries ever having to touch storage. This is useful for red-teaming a...
try privilege escalation changing sudo command
Advanced process execution monitoring utility for linux (procmon like)
A Ruby micro-framework for writing and running exploit payloads
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
The goal of this project is to create a simple shell. Will be your own little bash or zsh. You are going to learn a lot about processes and file descriptors.
C program that replicates the shell's pipe functionality. It reads input from a file, executes two commands and directs the output to another file.
It is an imitation of the Unix shell built in the C language
Creating a basic shell from scratch