Hacker News new | ask | show | jobs
by cmdrfred 3570 days ago
I always thought of them as a way to gain root. As in privilege escalation.
1 comments

A rootkit might come with tools for that, but the actual rootkit generally requires you having root (or some other privileged role) to deploy it. E.g. a Linux rootkit commonly is a kernel module, which you can only load if you have already obtained root privileges.