Maze [Hardware]

Hardware - 300 points

Walkthrough

We start by downloading the source files.

After extracting the file structure we use

tree to get an overview of the files:

β”Œβ”€β”€ πŸ‘½AKUMA πŸ₯· ➀➀ 🌐10.10.0.12
β”œβ”€β”€[ο„•   ~/Desktop/CTF/hackerroyale]
└─ βš” tree -ah
[   0]  .
β”œβ”€β”€ [   0]  PJL
β”œβ”€β”€ [   0]  PostScript
β”œβ”€β”€ [   0]  saveDevice
β”‚   └── [   0]  SavedJobs
β”‚       β”œβ”€β”€ [   0]  InProgress
β”‚       β”‚   └── [1.2M]  Factory.pdf
β”‚       └── [   0]  KeepJob
└── [   0]  webServer
    β”œβ”€β”€ [   0]  default
    β”‚   └── [4.4K]  csconfig
    β”œβ”€β”€ [   0]  home
    β”‚   β”œβ”€β”€ [ 165]  device.html
    β”‚   └── [ 230]  hostmanifest
    β”œβ”€β”€ [   0]  lib
    β”‚   β”œβ”€β”€ [   0]  keys
    β”‚   └── [   0]  security
    β”œβ”€β”€ [   0]  objects
    └── [   0]  permanent

Fastory.pdf looks interesting, so we start by opening it. Scrolling down we find the flag HTB{1n7323571n9_57uff_1n51d3_4_p21n732}.

Last updated