🤖
Guides
  • Introduction
  • Beginners
    • Getting Started
  • Guides
    • SQLi Walkthrough
    • My First BoF
    • OSCP Buffer Overflow Guide (Windows)
    • Parrot OS customisation
    • Terminal Customisation
    • Video Guides
  • Cheat Sheets
    • Reverse Shells
    • Tunnelling, Pivoting and Proxies
    • SQL Injection
      • WAF Bypass
      • SQLMap
      • DBMS Cheatsheets
        • MSSQL
        • MySQL
        • Oracle
        • SQLite
        • PostgreSQL
      • References
    • Bash Cheat Sheets
      • Terminal
      • Find
      • Grep
      • Sed
      • Awk
      • Xargs
      • System
      • Download
      • Networking
      • Hardware
      • Variable
      • Math
      • Data Manipulation
      • Random
      • Time
      • Condition and Loop
      • Other
    • OSINT
    • Ping Sweeps
  • Methodologies
    • VOIP Checklist
    • OWASP v4 Checklist
    • External Inf
    • Internal Infrastructure
  • Linux
    • Checklist - Linux Priv Esc
  • Windows
    • Checklist - Windows Priv Esc
  • Things to do/look at
Powered by GitBook
On this page
  • Best tool to look for Linux local privilege escalation vectors: LinPEAS
  • System Information
  • Drives
  • Installed Software
  • Processes
  • Scheduled/Cron jobs?
  • Services
  • Timers
  • Sockets
  • D-Bus
  • Network
  • Users
  • Writable PATH
  • SUDO and SUID commands
  • Capabilities
  • ACLs
  • Open Shell sessions
  • SSH
  • Interesting Files
  • Writable Files
  • Other tricks

Was this helpful?

  1. Linux

Checklist - Linux Priv Esc

https://book.hacktricks.xyz/linux-unix/linux-privilege-escalation-checklist

Best tool to look for Linux local privilege escalation vectors: LinPEAS

System Information

Drives

Installed Software

Processes

Scheduled/Cron jobs?

Services

Timers

Sockets

D-Bus

Network

Users

Writable PATH

SUDO and SUID commands

Capabilities

ACLs

Open Shell sessions

SSH

Interesting Files

Writable Files

Other tricks

PreviousInternal InfrastructureNextChecklist - Windows Priv Esc

Last updated 4 years ago

Was this helpful?