Skip to content

Instantly share code, notes, and snippets.

@sckalath
sckalath / linux_privesc
Last active January 2, 2026 12:19
Linux Privilege Escalation Techniques
// Determine linux distribution and version
cat /etc/issue
cat /etc/*-release
cat /etc/lsb-release
cat /etc/redhat-release
// Determine kernel version - 32 or 64-bit?
cat /proc/version
uname -a
uname -mrs