{% extends "layout.html" %} {% from 'domain_table.macro.html' import domain_table %}} {% from 'ruler.macro.html' import ruler %} {% import 'text.macro.html' as text %} {% block body %} {{ ruler() }}
| Status | {{text.status_text(domain.status())}} |
| Created At | {{domain.created_at}} |
| Visited At | {% if domain.visited_at != NEVER %} {{domain.visited_at}} {% else %} Never {% endif %} |
| Last Seen | {% if domain.last_alive != NEVER %} {{domain.last_alive}} {% else %} Never {% endif %} |
| Portscanned | {% if domain.portscanned_at != NEVER %} {{domain.portscanned_at}} {% else %} Never {% endif %} |
| Language | {% if language %} {% set n_lang = count(Domain.by_language(domain.language)) %} {{language}} {% if n_lang > 1 and domain.language!="en" %} [+{{n_lang-1}}] {% endif %} {% else %} Unknown {% endif %} |
| Server | {{domain.server}} |
| X-Powered-By | {{domain.powered_by}} |
| Useful 404 (Gen) | {{ text.good_or_bad("Yes", "No", domain.useful_404, is_bold=True) }} |
| Useful 404 (PHP) | {{ text.good_or_bad("Yes", "No", domain.useful_404_php, is_bold=True) }} |
| Useful 404 (Dir) | {{ text.good_or_bad("Yes", "No", domain.useful_404_dir, is_bold=True) }} |
{{fp_count-1}} other {{"domain has" if fp_count == 2 else "domains have"}} this fingerprint. [VIEW]
{% endif %} {% endif %}This site appears to have no clones.
{% else %} {% set n_clones = len(domain.clone_group.domains) %}This site appears to have {{n_clones - 1}} clones*. [VIEW]
*Note that except for sites in the /r/darknetmarkets superlist, we cannot tell which "clone" was the original.
{% endif %}| Key | Value |
|---|---|
| {{key}} | {{value}} |