Privilege Escalation Knowledge Base Purpose This knowledge base provides comprehensive privilege escalation methodologies for Linux systems. It covers escalating from low-privilege users (www-data, user) to root, then capturing the root flag. Layered Privilege Escalation Strategy Core Principle: Escalate systematically through 3 layers - from quick wins to exhaustive enumeration. Layer Framework: Escalation Triggers: - Layer 1 finds nothing obvious → Run Layer 2 enumeration - Layer 2 finds vectors but exploitation fails → Try Layer 3 alternatives - Layer 3 fails → Re-examine reconnaissance, m…