Naminter

Naminter username discovery report

Scanned Usernames: {{ usernames|join(', ') }}

Generated on: {{ current_time }}

Version: {{ version }}

Executive Summary

Total Results
{{ total_count }}
Categories
{{ category_count }}

This report contains information discovered by the Naminter tool. The data is organized by categories for easy analysis.

{% for category, results in grouped_results.items() %}

{{ category }} {{ results|length }} results

{% for field in display_fields %} {% endfor %} {% for row in results %} {% for field in display_fields %} {% endfor %} {% endfor %}
{{ field|replace('_', ' ')|title }}
{% if 'url' in field.lower() or field.lower() in ['link', 'website'] %} {{ row[field] }} {% else %} {{ row[field] }} {% endif %}
{% endfor %}