Naminter username discovery report
This report contains information discovered by the Naminter tool. The data is organized by categories for easy analysis.
{{ field|replace('_', ' ')|title }} | {% endfor %}
---|
{% if 'url' in field.lower() or field.lower() in ['link', 'website'] %}
{{ row[field] }}
{% else %}
{{ row[field] }}
{% endif %}
|
{% endfor %}