alichtman / gardening-starter-pack

Literally a rootkit. (LKM for Linux Kernels 4.14+)
GNU General Public License v3.0
1 stars 0 forks source link

Integrate get_root with ioctl communication #34

Closed alichtman closed 5 years ago

alichtman commented 5 years ago

Currently, use $ kill 31337 to get root.

Would be nice if $ /garden root also did that. Call get_root and then execve a new shell.

Also, maybe use PID_MAX_LIMIT (defined in threads.h) to avoid PID conflicts.