OverTheWire provides wargames that aim to teach basic to advanced knowlendge in different topics in IT security. Natas focuses on serviceside web-security. The setup of the level is described in the following:
- The goal is to find a password that is required to access the next level.
- The password is also stored in the file
/etc/natas_webpass/natas<level>
. - There is no SSH login required. Thus, the password must be obtained through using the website.
- Often, the serverside code is given.