← Back to search

Kernel Exploit (Last Resort)

privesclinuxchecklist

Summary

Consider PwnKit or DirtyPipe only when no other vector exists; kernel exploits can crash the box.

Walkthrough

Identify the kernel version and search for a matching exploit as a last resort.

Commands

bash

uname -a
searchsploit linux kernel <VERSION>