by InCIDRthreat | Jan 15, 2023 | blog
Are you interested in learning how to code and need a few reasons to convince yourself? Then you’ve come to the right place! Programming is a valuable skill that can open up a world of opportunities, whether you’re looking to build your own apps or...
by InCIDRthreat | Apr 29, 2019 | hacking, tutorials
Welcome back! Now that we’ve conquered Level 2 and gained the password for Level 3 it’s time to keep pressing. Introduction Same thing from before. Log into the lab server as Narnia3 and look at the source code for narnia3.c. /* This program is free...
by InCIDRthreat | Apr 24, 2019 | hacking, tutorials
Introduction In the previous write up the environment variable was set to the exploit payload granting an escalated shell. This challenge is different however, it will be building upon the theme of binary analysis. Getting Started Once logged into the Narnia server as...
by InCIDRthreat | Feb 20, 2019 | hacking, tutorials
Introduction Narnia a series of reverse engineering puzzles developed by OverTheWire and is an introduction to reverse engineering. Below is the methodology used to solve these puzzles. Login and Execution In the previous level, Narnia 0, we covered the difference...