{% extends "base.html" %} {% block title %}{{ record.hostname }} - Hermetic Suite{% endblock %} {% block content %}
| Port | Protocol | Service | Product | Version | State |
|---|---|---|---|---|---|
| {{ svc.port }} | {{ svc.protocol }} | {{ svc.service_name or '-' }} | {{ svc.product or '-' }} | {{ svc.version or '-' }} | {{ svc.state }} |
No services discovered yet. Run a scan to detect services.
{% endif %}| Severity | CVE | Title | Service/Port | Status | Actions |
|---|---|---|---|---|---|
| {{ vuln.severity.value if vuln.severity else 'info' }} | {% if vuln.cve_id %} {{ vuln.cve_id }} {% else %} - {% endif %} |
{{ vuln.title }}
{% if vuln.description %}
{{ vuln.description[:100] }}... {% endif %} |
{{ vuln.affected_service or '-' }} {% if vuln.affected_port %}:{{ vuln.affected_port }}{% endif %} | {% if vuln.is_resolved %} Resolved {% elif vuln.is_acknowledged %} Acknowledged {% else %} Open {% endif %} | {% if not vuln.is_resolved %} {% if not vuln.is_acknowledged %} {% endif %} {% endif %} |
No vulnerabilities found 🎉
{% endif %}This is a CNAME record pointing to {{ record.target }}.
{% if linked_record %}To scan this hostname, scan the target record: {{ record.target }}
{% else %}The target is an external service and cannot be scanned.
{% endif %}