diff --git a/templates/_forensicsidenav.html b/templates/_forensicsidenav.html new file mode 100644 index 0000000..7543104 --- /dev/null +++ b/templates/_forensicsidenav.html @@ -0,0 +1,19 @@ +
diff --git a/templates/_sidenav.html b/templates/_mainsidenav.html similarity index 88% rename from templates/_sidenav.html rename to templates/_mainsidenav.html index 2b7227c..57ac395 100644 --- a/templates/_sidenav.html +++ b/templates/_mainsidenav.html @@ -1,7 +1,7 @@ {% include '_header.html' %} - {% include '_sidenav.html' %} + {% include '_mainsidenav.html' %}< Задания категории Форензика >
diff --git a/templates/osint-main.html b/templates/osint-main.html index b0c04a8..cf7d118 100644 --- a/templates/osint-main.html +++ b/templates/osint-main.html @@ -2,7 +2,7 @@ {% include '_head.html' %} {% include '_header.html' %} - {% include '_sidenav.html' %} + {% include '_mainsidenav.html' %}< Задания категории OSINT >
@@ -10,7 +10,7 @@ {%- for name, descr in ( ('osintquestions', "Чур ответы не гуглить!"), ('osintgeoguessr', "Профессионал Яндекс-карт"), - ('osintrht', "UmVhbGx5IGhhcmQgdGFzaw=="), + ('osintrht', "Реально сложный таск"), ) %} {{ descr }} {%- endfor %} diff --git a/templates/osint-questions.html b/templates/osint-questions.html new file mode 100644 index 0000000..79fe760 --- /dev/null +++ b/templates/osint-questions.html @@ -0,0 +1,6 @@ +{% extends '_task.html' %} +{% include '_osintsidenav.html' %} +{% block content %} + + +{% endblock %} \ No newline at end of file diff --git a/templates/sql-injection.html b/templates/sql-injection.html index 99d2280..0e11af5 100644 --- a/templates/sql-injection.html +++ b/templates/sql-injection.html @@ -1,5 +1,5 @@ {% extends '_task.html' %} - +{% include '_websidenav.html' %} {% block content %}< Задания категории Web >
@@ -12,7 +12,7 @@ ('webidor', "Уязвимость IDOR"), ('webpt', "Уязвимость Path Traversal"), ('webssti', "Уязвимость SSTI"), - ('webpsguide', "PortSwigger и с чем его едят"), + ('webpsguide', "Немного о PortSwigger"), ) %} {{ descr }} {%- endfor %}