{% extends 'vulnerabilities/levels/docker_base.html' %} {% load static %} {% load crispy_forms_tags %} {% block level_title %}The Hidden Query{% endblock %} {% block level_description %}

Deep within the digital labyrinth of CyberVault lies a seemingly ordinary login form, guarding access to the users' most valuable data. To the untrained eye, it appears to be a simple gate, but those with the right skills know that even the strongest defenses can harbor hidden weaknesses.

Your mission is to probe the login form and discover how deep its security measures go. There's a way to bypass this barrier and find your way to the treasures it protects. Finding the right combination of inputs may unlock the gate and grant you access to what lies beyond.

Remember, the answer is in understanding the interactions between the form and its backend. Navigate carefully and let your instincts guide you through this digital maze to uncover its hidden secrets.

{% endblock %} {% block hint_url %} {% url 'vulnerabilities/level/hint' level_num=8 hint_num=1 %} {% endblock %} {% block level_content %} {{ block.super }}

Enter administration password

{{ form | crispy }}
{% endblock %} {% block extra %} {{ block.super }} {% endblock %} {% comment %} vi: ft=htmldjango {% endcomment %}