GitHub topics: execve
kxxt/tracexec
Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
Language: Rust - Size: 27.1 MB - Last synced at: about 23 hours ago - Pushed at: about 24 hours ago - Stars: 311 - Forks: 4

anvilsecure/ulexecve
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 and anti-forensics purposes.
Language: Python - Size: 187 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 184 - Forks: 18

liam-colle-archivist/B-PSU-100-MAR-1-1-mysudo-liam.colle
You are asked to re-implement the sudo command.
Language: C - Size: 62.5 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ronin-rb/ronin-payloads
A Ruby micro-framework for writing and running exploit payloads
Language: Ruby - Size: 1.48 MB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 22 - Forks: 7

carolina-tcn/pipex
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.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.
Language: C - Size: 72.3 KB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

io12/userland-execve-rust
An implementation of execve() in user space
Language: Rust - Size: 45.9 KB - Last synced at: 27 days ago - Pushed at: 6 months ago - Stars: 26 - Forks: 3

pcapurro/42microshell
Minimalist version of bash.
Language: C - Size: 5.86 KB - Last synced at: 22 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

mcombeau/pipex 📦
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
Language: C - Size: 1.32 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 13 - Forks: 3

Guiribei/my_shell
A lightweight, reduced version of the Bash shell written in C.
Language: C - Size: 288 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

AmanoTeam/glibc_preload 📦
An execve() wrapper that allows executing binaries using a glibc installed in a non-standard location.
Language: C - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

kfiros/execmon
Advanced process execution monitoring utility for linux (procmon like)
Language: C - Size: 483 KB - Last synced at: 25 days ago - Pushed at: about 9 years ago - Stars: 84 - Forks: 31

magnitopic/minishell
As beautiful as a shell
Language: C - Size: 260 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

dpetrosy/42-Pipex
42 School Pipex project aimed to better understand shell redirection and pipes, by handling them in C.
Language: C - Size: 1.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

trobert42/pipex
Program coded in C that reproduces the behaviour of the shell pipe (|) command
Language: C - Size: 32.2 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MinaSamirSaad/simple_shell
It is an imitation of the Unix shell built in the C language
Language: C - Size: 202 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

kofilolx/simple_shell
a program written in c to mimick linux shell
Language: C - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hassaanhameed786/cs220-Os
It contains course materials, study guides, practical examples, and assignments that cover fundamental to advanced concepts of OS and functionality.
Language: C - Size: 30.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ksaravan910/BackdoorRootkit
Hooks the execve system call to create a backdoor for gaining root privileges.
Language: C - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

hc0d3r/sudohulk
try privilege escalation changing sudo command
Language: C - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 116 - Forks: 28

R-Rothrock/oregano
PoC Linux process injection to hide execution of "benign" binary.
Language: C - Size: 59.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

0xromjobert/pipex
a 42 school project to rebuild shell redirections by handling pipes in C
Language: C - Size: 437 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ImShockwaves/minishell
Creating a basic shell from scratch
Language: C - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 1

ve-no/Pipex
pipex is a 1337 school project aimed to better understand shell redirection and pipes, by handling them in C.
Language: C - Size: 4.86 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jhesso/pipex
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
Language: C - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

liz753/pipex
handling pipes in C language
Language: C - Size: 66.4 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

NewGit1999/simple_shell
Alx team project
Language: C - Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

samuelselasi/simple_shell
Custom Linux Shell
Language: C - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

eljommys/minishell
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.
Language: C - Size: 1.96 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 0

mdabir1203/Pipex
Mega Havoc PIPE( || ) and heredoc's !!_!!
Language: C - Size: 518 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

shuygena/minishell
:computer: Our shell that implements some bash functions
Language: C - Size: 43.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

shuygena/pipex
:fork_and_knife: :twisted_rightwards_arrows: Pipes for execute bash commands
Language: C - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

S-LucasSerrano/pipex
Program that allows you to pass the content of a file through multiple shell commands using pipes.
Language: C - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ldusty/pipex
A project that reproduces the behaviour of the shell pipe | command in C
Language: C - Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

motet-a/libforks
For multithreaded programs that fork(2)!
Language: C - Size: 79.1 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

IsaacPD/CSE-320-HW3
CSE 320 System Fundamentals II HW 3 - Fork and Execve
Language: C - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
