> network diagnostics toolkit

NTool_

Your network toolkit, all in one place.

LIVE
MX Lookup
Find MX records of a domain with priority and mail server diagnostics
$ mx-lookup --domain
LIVE
SPF Lookup
Verify the SPF record for email authentication and prevent spoofing
$ spf-lookup --domain
LIVE
DKIM Lookup
Check the DKIM record for email digital signatures
$ dkim-lookup --domain --selector
LIVE
DMARC Lookup
Analyze the DMARC policy for domain email protection
$ dmarc-lookup --domain
LIVE
DMARC Generator
Generate a valid DMARC record with custom policies
$ dmarc-gen --policy
LIVE
SMTP Diagnostics
Test SMTP connection, open relay, TLS and response time
$ smtp-diag --server
LIVE
Email Header Analyzer
Analyze email headers to trace path and delays
$ header-analyze --input
LIVE
BIMI Lookup
Verify the BIMI record for brand logo in emails
$ bimi-lookup --domain
LIVE
MTA-STS Lookup
Check the MTA-STS policy for secure SMTP connections
$ mta-sts --domain
LIVE
TLS-RPT Lookup
Verify the TLS-RPT record for TLS error reporting in email
$ tlsrpt-lookup --domain
LIVE
DNS Lookup
DNS record resolution: A, AAAA, MX, CNAME, TXT, NS, SOA
$ dns-resolve --name
LIVE
CNAME Lookup
Resolve the complete CNAME chain of a hostname
$ cname-lookup --host
LIVE
Reverse DNS
Reverse PTR resolution from IP address to hostname
$ reverse-dns --ip
LIVE
NS Lookup
Find the authoritative nameservers of a domain
$ ns-lookup --domain
LIVE
SOA Lookup
Verify the SOA record with serial, refresh and retry
$ soa-lookup --domain
LIVE
TXT Lookup
List all TXT records of a domain
$ txt-lookup --domain
LIVE
DNS Health Check
Full DNS health check: propagation, consistency and configuration
$ dns-check --domain
LIVE
ASN Lookup
Find the Autonomous System Number and provider of an IP
$ asn-lookup --ip
LIVE
Subdomain Finder
Discover active subdomains of a target domain
$ subdomain-find --domain
LIVE
DNS Propagation
Check global DNS propagation from 20+ worldwide servers
$ dns-prop --domain --type
LIVE
SSL Check
Verify SSL/TLS certificates, expiry, grade and certificate chain
$ ssl-check --target
LIVE
Blacklist Check
Check IP/domain against 100+ DNSBL and spam blacklists in real time
$ bl-check --target
LIVE
Port Scanner
Scan open TCP ports and identify active services
$ port-scan --host
LIVE
Open Relay Test
Check if a mail server is an exploitable open relay for spam
$ relay-test --server
LIVE
Security Headers
Analyze HTTP security headers: CSP, HSTS, X-Frame, etc.
$ sec-headers --url
LIVE
TLS Cipher Test
Verify supported TLS cipher suites and identify weak ones
$ tls-test --host
LIVE
Certificate Chain
View and validate the entire SSL certificate chain
$ cert-chain --domain
LIVE
CAA Record Lookup
Verify CAA records that authorize CAs to issue certificates
$ caa-lookup --domain
LIVE
Ping
ICMP reachability test with latency and packet loss
$ ping --host
LIVE
Traceroute
Trace the complete packet path hop by hop
$ traceroute --target
LIVE
HTTP Headers
Analyze all HTTP/HTTPS response headers of a site
$ http-headers --url
LIVE
IP Geolocation
Geolocation, ISP, ASN and detailed information about an IP
$ ip-lookup --address
LIVE
WHOIS Lookup
Domain registration info: owner, expiry, registrar
$ whois --domain
LIVE
What Is My IP
Show your public IP with geolocation and ISP
$ my-ip --show
LIVE
Speed Test
Test download/upload speed and connection latency
$ speed-test --run
LIVE
Domain Health
Full domain health report: DNS, email, web, SSL
$ domain-health --domain
LIVE
Subnet Calculator
Calculate subnet, network range, broadcast and available hosts
$ subnet-calc --cidr
LIVE
Password Generator
Generate secure passwords with length and complexity options
$ passwd-gen --length --complexity
LIVE
Base64 Encode/Decode
Encode and decode strings in Base64 format
$ base64 --encode --input
LIVE
URL Encode/Decode
Encode and decode URLs with special characters
$ url-encode --input
LIVE
Hash Generator
Generate MD5, SHA1, SHA256 and SHA512 hashes from text or file
$ hash-gen --algo --input
LIVE
Regex Tester
Test regular expressions with real-time match highlighting
$ regex-test --pattern --input

Explore the Network