Website & CMS Analyzer — CMS Version, Server, Language, Social Media & More
Fetches real HTML to detect CMS version, PHP version, Apache/Nginx, MySQL, social media profiles & 50+ technologies
How it works: This tool fetches the website's actual HTML source through a CORS proxy and analyzes it using regex fingerprints — the same technique used by WhatCMS.org and Wappalyzer. Results include CMS with version, server, language, database, and social media links found in the HTML.
https://
Try:
wordpress.org
joomla.org
drupal.org
techcrunch.com
wikipedia.org
github.com
Analyzing website…
Fetching website HTML source
Detecting CMS & version
Identifying server & language
Extracting social media profiles
Fetching DNS & WHOIS
Security & SSL check
Connecting to proxy…
🌐
—
—
Technology Stack — CMS, Server, Language, Database
Detecting…
Analyzing…
Social Media Profiles Found in Website HTML
Scanning…
Scanning for social links…
DNS Records — A, MX, NS, TXT, CNAME, AAAA
Fetching…
Fetching DNS…
Security Headers & SSL Analysis
Checking…
Checking security…
Domain Owner & WHOIS Information
Looking up…
Looking up WHOIS…
Share This Analysis
How the Analyzer Detects CMS Version, Language & Social Media Profiles
The same detection methods used by WhatCMS.org and Wappalyzer
🔍
CMS & Version Detection
The HTML is scanned for
<meta name="generator"> tags which contain the exact CMS name and version (e.g. WordPress 6.8.5). WordPress is also confirmed by /wp-content/ paths and versioned script URLs. Joomla, Drupal, Ghost, and 25+ other platforms have unique HTML/path signatures.🖥️
Server, Language & Database
HTTP response headers contain:
Server: Apache/2.4.62 (web server + version), X-Powered-By: PHP/8.2.0 (language). Database is inferred: WordPress → MySQL, Django → PostgreSQL/MySQL, Rails → PostgreSQL. This is exactly how WhatCMS.org detects PHP and MySQL for WordPress sites.📱
Social Media Profile Extraction
All anchor
<a href> links are scanned for known social domains: facebook.com/, linkedin.com/company/, twitter.com/, instagram.com/, youtube.com/, etc. The profile handle is extracted with regex. This gives you the exact profile name and direct URL — exactly what WhatCMS.org shows in its Social Media section.🌐
DNS, WHOIS & Security
DNS records (A, MX, NS, TXT) are fetched via Cloudflare's public DoH API. WHOIS/domain owner data comes from rdap.org. Security headers (HSTS, CSP, X-Frame-Options) come directly from HTTP response headers. SPF and DMARC are extracted from DNS TXT records. All APIs are public, CORS-safe, and require no API key.
FAQ — How It Compares to WhatCMS.org
Common questions about CMS detection, version numbers, and social media profile finding
Why might the CMS version not show?
Why are some social media profiles missing?
Why does it show PHP for WordPress when PHP isn't in the URL?