-
OVERTHEWIRE NATAS SERIES: 14 – 15 LEVELS
You can find the level before this on this http://www.anonhack.in/2018/09/overthewire-natas-series-level-12-14/ The 14th level of overthewire natas is a typical SQL injection based level. In this level, we have to use SQL injection tactics in order to get the password for the 15th level. Let’s dive in: This screen will appear: 2. If you look in the…
-
OVERTHEWIRE NATAS SERIES: LEVEL 12 – 14
This write-up is the walkthrough for OVERTHEWIRE NATAS level 12 to level 14. Both these levels contain upload the image kind of challenges where we have to upload a shell bypassing the code. LEVEL 12 – 13: The above image is the screen for overthewore natas challenge 12, When you click on “View sourcecode”, this…
-
OVERTHEWIRE Natas: Walkthrough Series Level 11 – 12
LEVEL 11-12 is quite hard. It is about encryption, encoding, cookie and php code. Let’s dive in it: Login with the password we found in the last article, You will see the screen below. The hint points us to the cookie, So I checked cookie using Burpsuite and there is this string I found in…