fix: main help 2

This commit is contained in:
cheeest 2025-04-07 23:53:22 +03:00
parent c766258407
commit 474a6d5cb9
4 changed files with 38 additions and 31 deletions

View File

@ -16,7 +16,9 @@
) %} ) %}
<a href="{{ url_for(name) }}" class="btn1">{{ descr }}</a> <a href="{{ url_for(name) }}" class="btn1">{{ descr }}</a>
{%- endfor %} {%- endfor %}
</nav>
</div> </div>
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}"> </div>
<img id="help" title="Да, именно тут будет подсказка" onclick="showPopup()" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body> </body>
</html> </html>

View File

@ -14,7 +14,9 @@
) %} ) %}
<a href="{{ url_for(name) }}" class="btn1">{{ descr }}</a> <a href="{{ url_for(name) }}" class="btn1">{{ descr }}</a>
{%- endfor %} {%- endfor %}
</nav>
</div> </div>
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}"> </div>
<img id="help" title="Да, именно тут будет подсказка" onclick="showPopup()" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body> </body>
</html> </html>

View File

@ -12,6 +12,7 @@
<input class="inpt" type="text" name="user_flag" style="width: 100%; height: 1.25rem; margin: 0"> <input class="inpt" type="text" name="user_flag" style="width: 100%; height: 1.25rem; margin: 0">
<input type="submit" value="Submit" class="btn1" style="margin-top: 1.25rem"> <input type="submit" value="Submit" class="btn1" style="margin-top: 1.25rem">
</div> </div>
<div id="popup" class="sql-guide capsule-window"> <div id="popup" class="sql-guide capsule-window">
<p class="simpletext"style="text-align: left"><a class="hltext" href="https://book.hacktricks.wiki/en/pentesting-web/sql-injection/index.html?highlight=sql%20inje#what-is-sql-injection">SQL-инъекция</a> - уязвимость системы, позволяющая пользователю ввести вредоносный код в SQL-запрос.<br /> <p class="simpletext"style="text-align: left"><a class="hltext" href="https://book.hacktricks.wiki/en/pentesting-web/sql-injection/index.html?highlight=sql%20inje#what-is-sql-injection">SQL-инъекция</a> - уязвимость системы, позволяющая пользователю ввести вредоносный код в SQL-запрос.<br />

View File

@ -16,7 +16,9 @@
) %} ) %}
<a href="{{ url_for(name) }}" class="btn1">{{ descr }}</a> <a href="{{ url_for(name) }}" class="btn1">{{ descr }}</a>
{%- endfor %} {%- endfor %}
</nav>
</div> </div>
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}"> </div>
<img id="help" title="Да, именно тут будет подсказка" onclick="showPopup()" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body> </body>
</html> </html>