{% extends "base.html" %} {% set active_page = "" %} {% block title %}HAProxy • Logs{% endblock %} {% block head %} {% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}
Time Stamp: {{ entry['timestamp'] }}
IP Address: {{ entry['ip_address'] }}
HTTP Method: {{ entry['http_method'] }}
Requested URL: {{ entry['requested_url'] }}
{% if entry['xss_alert'] %}XSS Alert (Click to show details)
{{ entry['xss_alert'] }}
SQL Alert (Click to show details)
{{ entry['sql_alert'] }}
PUT Method Alert (Click to show details)
{{ entry['put_method'] }}
Illegal Resource Access Alert (Click to show details)
{{ entry['illegal_resource'] }}
WebShell Attack Alert (Click to show details)
{{ entry['webshell_alert'] }}
Status Code: 403