Skip to content

🎯 Machine Name: [Target Name]

  • IP: 10.10.10.x
  • OS: Linux / Windows
  • Difficulty: Easy / Medium / Hard
  • Author: jotatito05

πŸ” Enumeration

Nmap

# Nmap scan command

[!NOTE] Open ports summary: * 80 (HTTP) * 22 (SSH)

Web (Port 80)

  • CMS:
  • Technologies:

πŸšͺ Exploitation

Vulnerability Analysis

Description of the vuln found (CVE-XXXX-XXXX).

Exploit Steps

  1. Step 1
  2. Step 2
# Exploit commands

πŸ‘‘ Privilege Escalation

User Flag

user.txt: xxxxxxxxxxxxxxxx

Root Part

Method used to escalate privileges to System/Root.

# Commands used

Root Flag

root.txt: xxxxxxxxxxxxxxxx


[!TIP] Learned Lessons: * Lesson 1 * Lesson 2