root@z2r:~/blog/tags#grep -r "pwntools" ./posts

<Tag: pwntools />

Found 1 post with this tag.

CTF WRITEUPSSATELLITE

HTB - First Contact

HackTheBoxEasy

In this Hack The Box challenge, I had to act as a backup pass prediction system for a ground station. By parsing Two-Line Element (TLE) sets and calculating satellite passes above 30 degrees of elevation using Python's `skyfield` library, I wrote an automated solver to determine upcoming visibility windows, overcome strict timing checks, and retrieve the flag.

August 27, 20266 min read