Only 10 levels left of Natas from OverTheWire! This level was a fun challenge, involving two different vulnerabilities to get the flag.
This blog post is a walkthrough of source code analysis, and
The Natas walkthrough series continues with level 24. This challenge is based around PHP data types and how they can affect web security.
What is Natas?
Natas is an online hacking game meant
This post is a walkthrough for level 23 of Natas, which gets us into some more PHP functions. This post shows how to evaluate the code and get the solution.
What is Natas?
This is a quick write-up for level 22 of Natas. The level itself is pretty straightforward compared to earlier levels, but still demonstrates a useful tool/trick to have when searching for bugs.
Level 21 of Natas is covered in this blog post, including source code analysis and using Burp Suite to get the flag. This is a continuation of several levels that point out various