Install our extension to search inside any video instantly.

PRIVILEGE ESCALATION LIVE! TryHackMe Kenobi & Linux Hacking

Added:
509 views20likes6:18:19theshyhatOriginal Release: 2026-07-23

Linux privilege escalation involves gaining elevated system access through three primary methods: (1) Path hijacking exploits the PATH environment variable by adding writable directories to execute malicious binaries when privileged programs run commands without absolute paths; (2) Capabilities allow binaries to operate with specific privileges beyond standard file permissions, and can be exploited when normal user-accessible binaries have dangerous capabilities like cap_setuid; (3) Cron jobs can be modified to execute malicious commands as root since they run with elevated privileges. These techniques demonstrate how attackers leverage system configuration weaknesses to escalate from user to root access.