Sequoia (CVE-2021-33909)
Building
gcc exploit.c -o exploit
Running
chmod +x exploit
./exploit
One-Liner
gcc exploit.c -o exploit;chmod +x exploit;./exploit
Category: C/C++ / Miscellaneous |
Watchers: 2 |
Star: 15 |
Fork: 35 |
Last update: Sep 16, 2021 |
gcc exploit.c -o exploit
chmod +x exploit
./exploit
gcc exploit.c -o exploit;chmod +x exploit;./exploit