MinMax writeup
Challenge name: MinMax
Difficulty: Easy
Challenge Scenario: In a haunted graveyard, spirits hide among the numbers. Can you identify the smallest and largest among them before they vanish?
Link: https://app.hackthebox.com/challenges/MinMax?tab=play_challenge
Machine IP: 154.57.164.80:32366
Navigated to the site and it’s a coding challenge for minimum and maximum.

Took a bit of time as my coding is rust (my main issue was I wasn’t parsing the input properly) but I eventually got to this code and got the flag.


GG
Leave a comment