Skip to content

Peppo -- Proving Grounds (write-up)

Difficulty: Intermediate Box: Peppo (Proving Grounds) Author: dsec Date: 2025-09-24


TL;DR

Enumeration led to initial access. Privilege escalation via Docker.


Target info

  • Host: Peppo (Proving Grounds)

Enumeration

Nmap results

Service details


Foothold

Initial access


Privilege escalation

Escalated via Docker:

Docker privesc

Root


Lessons & takeaways

  • Docker group membership is a known privesc vector
  • If a user can run Docker, they can mount the host filesystem and access everything