├── Makefile ├── README.md ├── exploit.c └── shellcode.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohinparamasivam/Sudo-1.8.31-Root-Exploit/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohinparamasivam/Sudo-1.8.31-Root-Exploit/HEAD/README.md -------------------------------------------------------------------------------- /exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohinparamasivam/Sudo-1.8.31-Root-Exploit/HEAD/exploit.c -------------------------------------------------------------------------------- /shellcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohinparamasivam/Sudo-1.8.31-Root-Exploit/HEAD/shellcode.c --------------------------------------------------------------------------------