Email Header Analyzer - Online SPF, DKIM, DMARC Check
Paste raw email headers and see authentication results (SPF, DKIM, DMARC) in a readable table. Find spoofing attempts.
UD5 Toolkit
Paste the full email header below to trace the delivery path and check authentication status.
Paste raw email headers and see authentication results (SPF, DKIM, DMARC) in a readable table. Find spoofing attempts.
Create a DMARC policy record with percentage, reporting addresses, and alignment mode. Validate and copy the final DNS TXT.
Drop or paste an .ics file and see all events in a readable table. Check dates, times, and locations. Privacyâfriendly.
Paste your JSONâLD or Microdata and test it against Google's Rich Results criteria. Get warnings. Local linter.
Paste an ASCIIâarmored PGP message and view its packet structure. See the encrypted/plaintext blocks without decrypting.
Paste HTML and extract all unique dataâ* attributes into a clean list. Understand the data model of a page.
Paste your AcceptâLanguage header and see which languages your site should serve based on quality values. Internationalization helper.
Enter a URL and see a waterfall of external scripts with their download size and execution time estimate. Identify performance culprits.
Paste a `SetâCookie` header and see all attributes parsed: domain, path, MaxâAge, SameSite, Secure, HttpOnly. Debug cookies easily.
Parse a Snowflake ID (used by Discord, Twitter) into its timestamp, worker, and sequence components. Instant local decoding.
Query DNS records for any domain directly from your browser using DNS-over-HTTPS. See A, AAAA, MX, CNAME, and TXT records. No logs.
Enter a URL and extract tabâindex order violations and focusable elements. Quick accessibility audit. Clientâside fetch.
Search by MIME or file extension to see the corresponding type. Helpful when configuring web servers. Static.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Paste a line of poem and see which syllable stresses create a particular meter. Educational tool.
Paste text and detect its language (70+ languages) using a simple character n-gram model implemented in JavaScript. No server communication.
Enter a URL and a userâagent to see if it is allowed or blocked by the robots.txt file. Quick bot validation.
Convert text and files to Base64 or decode Base64 back to original content. Processed locally with no server upload, ensuring complete data security.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
Paste NâTriples data and convert it to a compact JSONâLD representation. Work with linked open data. Local.
Inspect any website's SSL/TLS certificate details: issuer, expiry date, subject, and SANs. Verify certificate chains. All checks are private and require no server upload.
Query a domain's DNS record against multiple public resolvers (Google, Cloudflare) and see how it propagates. Clientâside fetch.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
Test how nonâLatin characters (Chinese, Cyrillic, Arabic) convert to URLâsafe slugs with proper transliteration rules. Preview the final string.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Encode or decode text using Base32 scheme. Ideal for legacy systems and data obfuscation. Works completely offline in your browser for maximum security.
Paste text and quickly highlight potential proper nouns (capitalized sequences). Aid for editing or anonymization. Simple regex-based, local.