© 2026 Hashnode
On Day 24, I reached the final technical hurdle before the ultimate battle with King Malhare. The mission, "Hoperation Eggsploit," required me to shut down a web control panel that the evil Easter Bunnies were using to keep a wormhole open for reinfo...

The first thing you learn when you hang around real locksmiths and real operators is that most locks are lies. They tell a story about safety, about order, about the idea that the world can be neatly partitioned into what is yours and what is not. Th...

LeetCode 496. Next Greater Element I The LeetCode problem "496. Next Greater Element I" asks us to find the first greater element to the right of each element in nums1 within nums2, where nums1 is a subset of nums2. If no such element exists, return...

647. Palindromic Substrings When tackling LeetCode 647 (Palindromic Substrings), there are multiple ways to solve the problem. Today, I'll walk through three distinct approaches: the Brute Force method, the Expand Around Centers technique, and the a...

Lab Scenario: Our objective is to understand and exploit a web application's broken brute-force protection, where the login credentials are submitted in JSON format. By manipulating the request to submit multiple credentials, we aim to bypass the pro...
