{% extends "gemini-protector-gui/layouts/base.html" %} {% block title %} Configurate {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Configurate
G-Anti DOS

Using cache technology

Access Control List (ACL)

Protect Mode

Monitor Mode

  • Monitor and report
  • Does not block any attacks

Protection Mode

  • Monitor and report
  • Block any attacks

Off Mode

  • Do not take any action
G-WVD

Range 0-100

G-WVD Protect Agains

  • Cross-Site Scripting
  • SQL Injection
  • Path Traversal (LFI)
  • Command Injection
  • Remote File Inclusion (RFI)
  • Json & XML Injection
  • HTML5 Injection
  • Server Side Includes (SSI) Injection

Deep Learning Model: CNN + GRU

Accuracy: 97%

Predict Requesste Header

The accuracy of G-WVD may decrease

Protect Content-Length

Protect HTTP Method

Protect Response (Web / API)

Add some security headers to the response

Support for both API and WebForm

Protect Open Redirect (Web)

Support only for WebForm

Allow redirect to trust domain

Socket.io

Using for realtime monitoring

{% endblock content %} {% block javascripts %} {% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% if category == 'config_update_success' %} {% endif %} {% if category == 'config_update_fail' %} {% endif %} {% endfor %} {% endwith %} {% endblock javascripts %}