███████╗██████╗ ██████╗ ╚══███╔╝╚════██╗██╔══██╗ ███╔╝ █████╔╝██████╔╝ ███╔╝ ██╔═══╝ ██╔══██╗ ███████╗███████╗██║ ██║ ╚══════╝╚══════╝╚═╝ ╚═╝
HTB - First Contact
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.

WebVerse Pro | Labs - BowBuy
A premium archery store whose new-member '\$300 welcome credit' is applied at checkout through a check-then-act race. The redeem endpoint reads a one-time flag, pauses to 'authorize', then adds the credit and sets the flag — so concurrent redeems all pass the check and each adds \$300. By stacking the credit past an item's price and placing the order, the confirmation page renders the flag as a gift.

WebVerse Pro | Challenge - VelvetRope
I found that Gilt & Grain's Members Portal authenticated against an unescaped LDAP filter, letting me bypass login entirely with a wildcard payload that matched any directory entry instead of verifying real credentials. The bug came down to the app treating "a matching record was found" as proof of a correct password, rather than performing an actual LDAP bind to check it.

WebVerse Pro | Challenge - Walkthrough
A missing server-side MFA enforcement check allowed full authentication bypass — sessions were treated as fully authenticated immediately after password verification, letting an attacker skip the 6-digit OTP step entirely and access sensitive client data.