Machine Name

April 10, 2026 ยท View on GitHub

Machine Badge OS Difficulty

PropertyValue
OSLinux / Windows
DifficultyEasy / Medium / Hard / Insane
Release DateYYYY-MM-DD
Retire DateYYYY-MM-DD
IP10.10.10.X
Techniquestechnique-1, technique-2
Tags#web #privesc #linux

Summary

Brief 2-3 sentence overview of the machine and attack path.


Enumeration

Nmap Scan

nmap -sC -sV -oA nmap/machine 10.10.10.X
# Paste nmap output here

Service Enumeration

Detail findings from each open port/service.


Foothold

How you gained initial access to the machine.

Vulnerability

Description of the vulnerability exploited.

Exploitation

Step-by-step exploitation with commands.

# Commands used

User Flag

Lateral Movement (if applicable)

Steps to move from initial foothold to user access.

Flag

user.txt: ********************************

Privilege Escalation

Enumeration

What you found that leads to root/admin.

Exploitation

Step-by-step privilege escalation.

# Commands used

Root Flag

root.txt: ********************************

Lessons Learned

  • Key takeaway 1
  • Key takeaway 2
  • Key takeaway 3

References