A free, local-first alternative to Netcraft
Security-and-research oriented site-technology lookup with a long heritage — strong on hosting, SSL and server-side history, thin on frontend stack.
By Mapree ·
Founded 1995 · Pricing: Free 'Site Report' web lookups; paid tiers for security monitoring products (phishing takedown, brand protection).
Overview
Netcraft predates all of the alternatives on this page by more than a decade. Founded in 1995, it started as a web-server-survey service — the quarterly 'who hosts what, which HTTP server, which SSL certificate' report that the early web relied on for infrastructure research. Over the years it expanded into phishing detection, brand protection, cybercrime takedown and adjacent security services, but the free 'Site Report' page — where you paste a domain and get a hosting-and-history dashboard — remains what most casual users know Netcraft for. It's reputable, it's thorough on hosting and SSL history, and it's almost unrelated to the question 'what JavaScript framework does this site use'.
The Site Report is the surface developers usually encounter, and it is genuinely useful for what it covers. You paste a domain and get back a structured page: current and historical hosting providers, IP and netblock history, the SSL certificate chain (issuer, validity, recent rotations), the HTTP server software and version, the operating system family, the reverse-DNS pattern, and a curated set of 'site technologies' that lean heavily towards infrastructure (CDN, load balancer, DDoS protection) rather than client-side stack. If your question is 'who hosts this and how has that changed over the last five years', Netcraft is the right product. If your question is 'what JavaScript framework is bundled into the homepage and at what version', Netcraft was never built to answer that and Sourcemap Explorer was built specifically to answer that — the products complement rather than compete.
History
Netcraft's web-server survey has been running since 1995 and is one of the longest-continuously-published datasets about the web. Its historical snapshots of HTTP server popularity (Apache overtaking NCSA; nginx overtaking Apache; Cloudflare as an interesting confounder; the rise of Caddy and Bun servers as a long-tail signal) are a recurring citation in infrastructure journalism. The dataset is structurally similar to W3Techs in cadence and intent, except scoped to server-side rather than client-side technologies, and Netcraft predates the W3Techs brand by more than a decade.
The shift into security products happened in the 2000s and has been the main revenue driver since. Phishing takedown — 'we found a domain pretending to be your bank, please remove it' — became the load-bearing product for the Netcraft business, and the brand-protection, certificate-abuse and cybercrime-investigation services followed. Today the company is primarily a security vendor with a free hosting-survey product attached for legacy and brand-equity reasons, and the engineering investment has tracked that shift: the security side of the product has had decades of careful work, while the public Site Report has been left in a stable, well-curated steady state.
Who uses it and for what
Security teams use Netcraft's paid products for phishing takedown workflows and brand-protection monitoring; the customer base skews towards banks, payment processors, large brand-vulnerable enterprises and government agencies. Researchers and journalists use the free Site Report for hosting-history lookups when writing up 'who is behind this domain' or 'how has the hosting of this site evolved' stories — Netcraft's IP-and-cert history is usually the cleanest single source for that line of investigation.
Infrastructure-curious developers occasionally hit the Site Report when investigating who hosts a given domain, especially during incidents (a prospect's site is down — is it Cloudflare, AWS, their own DC?) or competitive due diligence (which CDN does this competitor use, and have they migrated recently?). For frontend-focused developers Netcraft is rarely the right starting point — the page-level technology section is intentionally minimal, and the questions a frontend developer cares about (frameworks, libraries, plugin slugs, exact versions) live entirely outside Netcraft's lane. Sourcemap Explorer fills that gap.
Pricing in detail
What Netcraft does well
Long hosting and SSL history
Netcraft's historical view of a domain's hosting, IP ranges, SSL certificate chain and server software is unmatched. Useful for security research, attribution work, infrastructure-trend analysis and 'who used to host this site five years ago' questions that almost nothing else can answer cleanly. The longitudinal depth is the product's single biggest moat.
Reputable brand, long heritage
Thirty years of continuous operation in the web-infrastructure space. Trusted source for infrastructure-centric research, frequently cited in trade press, regulatory filings and security advisories. When you need a source you can defend in writing without a paragraph of justification, Netcraft carries that institutional weight.
Security products
The paid phishing-takedown and brand-protection offerings have a real customer base — banks, payment processors, large brands, government agencies — and are not the target of this comparison. They are a substantively different product from anything Sourcemap Explorer ships, and customers using them are well served.
Free, no sign-up required
The Site Report has no auth wall, no email gate, no per-IP rate limit you will hit during normal use. You paste a domain, you get the report, you move on. For occasional infrastructure lookups that frictionless flow is exactly right.
Where Netcraft falls short
These are the gaps a developer-first, sourcemap-aware workflow cares about.
Frontend stack detail is thin
The Site Report is hosting/SSL/server-stack centric. JavaScript frameworks, libraries, CMS plugins, bundlers — none of that is Netcraft's focus. You'll see 'Technology: JavaScript, HTML5, CSS3' as an answer, which is not wrong but not useful for any developer trying to understand the page in front of them. The frontend question is structurally outside Netcraft's lane.
No sourcemap awareness
Not the tool's focus, so obviously not implemented. The crawler reads HTTP headers, the SSL handshake and a small set of homepage signals — nothing that involves parsing JavaScript bundles, walking source maps or extracting `node_modules/<pkg>/package.json` entries. Sourcemap Explorer was built specifically for that work.
No browser extension
Web-based lookup only. You paste a domain into a form. No per-tab experience, no popup, no live integration with the page you are currently on. For an everyday developer flow that friction is fatal — the tool is never the closest thing to hand when you actually need it.
Security-product pricing for anything beyond the free Site Report
If you want more than the free dashboard you're in enterprise-sales territory, which is appropriate for Netcraft's customer base but useless for a developer. There is no 'developer pro tier' for the Site Report itself, and the security products are sold on multi-year contracts at five-figure-and-up annual price points.
Snapshot cadence
Like W3Techs, Netcraft's underlying data comes from periodic crawls. Hosting-history changes that happened in the last 24-48 hours may not be reflected, and detection is intentionally shallow on anything that requires reading client-side assets. Live, in-the-moment per-page detection is not the product.
Where Sourcemap Explorer wins
Not across the board — we don't run bulk API queries and we don't publish market-share dashboards. These are the things we do that Netcraftdoesn't.
Frontend-deep
Netcraft tells you the hosting and server. Sourcemap Explorer tells you the framework, the libraries, the WordPress plugins and the exact versions — the frontend stack, which is a different question and the question most developers actually have.
Works live, in context
Instead of pasting a domain into a form, you just browse and the extension does its job passively. The popup is one click away from whatever page you are already looking at, no context switch, no separate tab.
Sourcemap parsing
We extract exact npm versions, internal design-system packages, WordPress plugin slugs and library-level details from the page's own assets. Netcraft never enters that territory because it was not built to and the sales motion does not point that way.
Local, no third-party log of the URLs you check
Netcraft's Site Report logs the domains you query against the public service. Sourcemap Explorer runs entirely in your browser and does not log the URLs you analyze anywhere outside your own machine.
Netcraft vs Sourcemap Explorer
Side-by-side on the dimensions a developer studying a single page actually cares about.
| Feature | Netcraft | Sourcemap Explorer |
|---|---|---|
| Free per-domain hosting / SSL history report | Yes | No |
| Live, in-browser per-page detection | No | Yes |
| Browser extension | No | Yes |
| Reads JavaScript sourcemaps | No | Yes |
| Exact bundled-library versions | No | Yes |
| WordPress plugin enumeration by slug | No | Yes |
| Detects ad-hoc npm packages | No | Yes |
| HTTP server software detection (Apache, nginx, etc.) | Yes | Partial |
| Hosting / IP / ASN history | Yes | No |
| SSL certificate chain history | Yes | No |
| Phishing takedown / brand-protection workflows | yes (paid) | No |
| Works on internal / authenticated / staging sites | No | Yes |
| Local-only (no log of queried URLs on a third-party server) | No | Yes |
| Custom-rule import / export for fingerprints | No | Yes |
| Open-source extension code | No | Yes |
Free per-domain hosting / SSL history report
Netcraft
Yes
Sourcemap Explorer
No
Live, in-browser per-page detection
Netcraft
No
Sourcemap Explorer
Yes
Browser extension
Netcraft
No
Sourcemap Explorer
Yes
Reads JavaScript sourcemaps
Netcraft
No
Sourcemap Explorer
Yes
Exact bundled-library versions
Netcraft
No
Sourcemap Explorer
Yes
WordPress plugin enumeration by slug
Netcraft
No
Sourcemap Explorer
Yes
Detects ad-hoc npm packages
Netcraft
No
Sourcemap Explorer
Yes
HTTP server software detection (Apache, nginx, etc.)
Netcraft
Yes
Sourcemap Explorer
Partial
Hosting / IP / ASN history
Netcraft
Yes
Sourcemap Explorer
No
SSL certificate chain history
Netcraft
Yes
Sourcemap Explorer
No
Phishing takedown / brand-protection workflows
Netcraft
yes (paid)
Sourcemap Explorer
No
Works on internal / authenticated / staging sites
Netcraft
No
Sourcemap Explorer
Yes
Local-only (no log of queried URLs on a third-party server)
Netcraft
No
Sourcemap Explorer
Yes
Custom-rule import / export for fingerprints
Netcraft
No
Sourcemap Explorer
Yes
Open-source extension code
Netcraft
No
Sourcemap Explorer
Yes
A concrete workflow example
You're investigating an e-commerce fraud case as part of a brand-protection engagement. Netcraft's Site Report tells you the suspect domain is behind Cloudflare in front of an AWS US-East origin, with a Let's Encrypt certificate issued three weeks ago and a registration record consistent with a throwaway entity — genuinely useful attribution data and exactly what Netcraft is built for. You hand that off to the takedown workflow.
In parallel you open the suspect site in your browser with Sourcemap Explorer running. The popup surfaces a custom Next.js app bundling Stripe Elements (the live payment form is real, not a screenshot proxy), with a `/wp-admin/` subdirectory that turns out to host a stock Magento installation behind a redirect. The framework version, the Stripe SDK version and the Magento plugin slugs all add a different axis of evidence to the case — the kind of detail that helps the security team decide whether they are dealing with a single-actor scam or a kit-driven operation. Netcraft answered the infrastructure half of the investigation; Sourcemap Explorer answered the application half. Both belong in the kit.
Which one should you use?
Migration notes
Not a migration — orthogonal products. Infrastructure and security teams will keep Netcraft for the hosting-and-cert side; developer teams will add Sourcemap Explorer for the application side. The two coexist cleanly and answer different halves of 'what is this site, really'. If you want to see the application-side workflow in detail, the [identify-the-cms-behind-any-site](/how-to/identify-the-cms-behind-any-site) and [find-wordpress-plugins-used-by-a-site](/how-to/find-wordpress-plugins-used-by-a-site) guides walk through it, and the [WordPress detection page](/detect/wordpress) shows what plugin-level enumeration looks like in practice.
FAQ
Is Netcraft still relevant to developers?
For infrastructure-level investigation, yes. For 'what framework does this site use?', no — that's not the product's lane. Pair Netcraft (infrastructure history) with Sourcemap Explorer (live application stack) and you cover both halves of the question without overlap.
Why does Netcraft only show 'JavaScript, HTML5, CSS3' as the technology list?
Because the Site Report's technology section is a deliberately minimal summary, not a comprehensive frontend audit. Netcraft chose decades ago to focus on hosting and certificates as its differentiated moat and to leave detailed client-side detection to other products. Treating the technology line as 'Netcraft's full answer to what this site uses' is a misread of the product.
Can I get exact framework versions from Netcraft?
No. Server software versions yes (often), client-side framework versions no. Sourcemap Explorer reads `node_modules/<pkg>/package.json` entries from the source map and surfaces the exact semver of bundled libraries — that is a fundamentally different detection technique that Netcraft has never invested in.
Does Netcraft offer a browser extension or API for the Site Report?
Not for general developers. The Site Report is a web form. There is an enterprise API for the security products that includes some Site Report data, but it is sold on direct-sales contracts and is not the right shape for everyday browsing.
Is there overlap between Netcraft and Sourcemap Explorer at all?
Almost none. Netcraft answers infrastructure questions (hosting, IP, SSL, server software, regulatory entity); Sourcemap Explorer answers application-stack questions (frameworks, libraries, plugins, versions). The clean rule is 'Netcraft for the cloud, Sourcemap Explorer for the bundle'.
Other alternatives to compare
Keep reading
Detection deep dives
Try Sourcemap Explorer on the next site you study.
Install the extension, browse normally. When a site exposes sourcemaps, the toolbar icon turns green — click it and you'll see the full project tree plus the detected stack, with exact versions.