{% extends "layout/base.twig" %} {% set title = 'WHOIS Debug Tool' %} {% set pageTitle = 'WHOIS Debug Tool' %} {% set pageDescription = 'Test and debug WHOIS data extraction' %} {% set pageIcon = 'fas fa-search' %} {% block content %} {% if domain is empty %}
This debug tool shows you the raw WHOIS data for any domain and how our system parses it. Use it to troubleshoot issues with domain information extraction.
Domain
{{ domain }}
WHOIS Server
{{ server }}
TLD
{{ tld }}
| Key | Value |
|---|---|
| {{ item.key }} | {{ item.value }} |
{{ response }}