{% extends "base.html" %} {% block title %}Website Audits - Hermetic Suite{% endblock %} {% block content %}

New Website Audit

Enter a full URL or select a domain below
SSH into this server to compare what exists vs what's accessible
Path on server where website files are located

Test Options

Check certificate, protocols, ciphers
Check for missing security headers
Check for exposed sensitive files
Test for directory traversal vulnerabilities
Discover pages and forms automatically

Form Testing

Test discovered forms with different types of data

Submit forms with valid test data
Submit empty forms to test required field validation
Submit forms with malformed/malicious data
{% if tests %}

Recent Website Audits

{% for test in tests %} {% endfor %}
Target Status Results Duration Run By Date Actions
{{ test.target_domain }} {% if test.status == 'completed' %} Completed {% elif test.status == 'running' %} Running {% elif test.status == 'failed' %} Failed {% else %} {{ test.status }} {% endif %} {% if test.status == 'completed' %} {{ test.results_passed }} passed {% if test.results_failed > 0 %} {{ test.results_failed }} failed {% endif %} {% if test.results_warnings > 0 %} {{ test.results_warnings }} warnings {% endif %} {% else %} - {% endif %} {{ test.duration_seconds or '-' }}s {{ test.created_by or '-' }} {{ test.created_at.strftime('%Y-%m-%d %H:%M') }} View {% if test.report_file %} Download {% endif %}
{% endif %}

Form Field Values {{ field_values|length }} configured

{% endblock %}