LootStash Writeup
Cyber Apocalypse 2024
Solved by : Starry-lord
Since I don’t really dive into reversing usually, I decided to try my luck with tools like ghidra for the occasion.
We can see the binary seems to output a random string, searched into a list then closes the program.
Immediately curious to see what was the list, I looked for it into ghidra and eventually cycling through the functions, you can find it.
Then curiosity made the rest possible, since i wanted to find some sort of pattern or something that would stand out:
After all of this, realised you could’ve actually just used strings:
HTB{n33dl3_1n_a_l00t_stack}