[HackTheBox] Intentions Writeup
First hard box of Season 2. This was a really fun challenge that featured attack surfaces you don't see everyday. Encrypted with root hash until box retires as always.…
First hard box of Season 2. This was a really fun challenge that featured attack surfaces you don't see everyday. Encrypted with root hash until box retires as always.…
Day 25 - A Christmas day freebie, only moderately difficult - sea cucumbers in a map going perpendicular in a river stream will all stop moving after x steps; solve for x π₯…
Day 24 - ALU w/ custom instruction set; building a simulator helps for validation but this is a reverse engineering problem that can be solved with pen & paper π…
Day 23 - Boils down to a TSP with multiple salesmen with different traveling weights and special rules where they can block each other from reaching their destinations. I used heaps, dynamic programming, memoization, custom hash functions, and custom deep copies π¨βπΌπ°π…
Day 22 - Another 3d problem, this time with turning cube volumes on/off in a specific order. The catch: these cubes can be huge and you cannot count the coordinates individually. The solution: use dimensions and split the cubes up as they intersect π§…