Technology Profiling

Detect frameworks, libraries, CDNs, analytics, and 50+ technologies.

Technology profiling identifies what your website is built with — frameworks, backend languages, CDNs, analytics tools, authentication providers, and more. This runs automatically during passive scans, or you can run it standalone.

#Speed

Standalone profiling takes 1-3 seconds. It also runs automatically as part of every passive scan.

#What It Detects

CategoryExamples
Frontend FrameworksReact, Vue, Angular, Next.js, Nuxt, Svelte, Remix
BackendNode.js, Django, Rails, Laravel, Spring, ASP.NET
HostingVercel, Netlify, AWS, Cloudflare Pages, Heroku, Railway
CDNCloudflare, Akamai, Fastly, Amazon CloudFront
AnalyticsGoogle Analytics, Plausible, Fathom, Mixpanel
AuthAuth0, Firebase Auth, Clerk, Supabase Auth
PaymentsStripe, Paddle, LemonSqueezy
BaaSSupabase, Firebase, Appwrite, PocketBase
CMSWordPress, Ghost, Contentful, Sanity

#WhatWeb Integration

Vergate also integrates WhatWeb, a web scanner with 1800+ plugins. WhatWeb provides supplementary detection for technologies that the built-in detectors might miss.

Tip. WhatWeb runs with --aggression=1 (passive fingerprinting). It does not actively probe your server.

#API Usage

Standalone profiling
POST /api/v1/profile
Authorization: Bearer pk_...

{
  "url": "https://example.com"
}

#Use Cases

Vulnerability context — Knowing you use Django helps the scanner check for Django-specific vulnerabilities.
Stack documentation — Auto-document your tech stack for audits or onboarding.
Competitive analysis — See what technologies competitors are using.