FixVibe

// ディスカバリー / スポットライト

技術スタックのフィンガープリンティング

スタックを知ることは偵察の半分 — 古いフレームワークは残り半分を埋めます。

概要

Recon is the first phase of every targeted attack and most opportunistic ones. Tools like Wappalyzer, BuiltWith, and Shodan scan the public internet continuously, mapping which sites run which stacks at which versions. The attacker's worflow: filter for 'sites running vulnerable WordPress 5.x' or 'sites with exposed Spring Boot Actuator', then mass-exploit. Fingerprint defense doesn't prevent attacks, but it raises the cost — the attacker has to probe individually rather than pulling targets from a pre-built database. Combined with prompt patching, fingerprint reduction means the only attackers who reach your stack are the ones already specifically interested.

仕組み

Frameworks leak identity through several channels. Response headers — `X-Powered-By: PHP/8.1.0`, `Server: Apache/2.4.41`, `X-Aspnet-Version: 4.0.30319`, `X-Generator: Drupal 9` — are the most direct. Distinctive cookie names — `PHPSESSID`, `JSESSIONID`, `wordpress_logged_in_*`, `connect.sid` — give away the language and framework. Characteristic URL patterns: `/wp-admin/`, `/_next/`, `/_nuxt/`, `/__nextjs_original-stack-frame`, `/static/django-admin/`, `/api/v1/_health` for FastAPI defaults. JS framework signatures inside the bundle — `__NEXT_DATA__`, Vue's hydration markers, the React DevTools hook. CDN signatures via headers like `cf-ray` (Cloudflare), `x-vercel-id` (Vercel), `x-amz-cf-id` (CloudFront). Each one is a small leak; together they map the stack precisely.

被害範囲

Maps your deployment to known CVEs in seconds. An outdated WordPress version surfaces a list of public exploits ranked by severity and exploitation maturity. An old Spring Boot version is potentially Spring4Shell-class RCE. Knowing your edge CDN is knowing which WAF rules to tunnel through (every WAF has known bypasses; targeted attackers research yours specifically). Combined with the CVE-lookup check, fingerprinting is the input that makes targeted exploitation efficient.

// what fixvibe checks

What FixVibe checks

FixVibe maps externally visible application surfaces with passive signals and safe metadata checks. Reports summarize the exposed surface and remediation priorities. For check-specific questions about exact detection heuristics, active payload details, or source-code rule patterns, contact support@fixvibe.app.

鉄壁の防御

Strip version banners from response headers. Most servers and frameworks ship with an option: nginx `server_tokens off`, Apache `ServerTokens Prod` and `ServerSignature Off`, Express `app.disable('x-powered-by')`, ASP.NET MVC's `<httpRuntime enableVersionHeader='false' />`, Django's `SECURE_BROWSER_XSS_FILTER` and related. Don't expose framework defaults that broadcast identity — `/wp-json/wp/v2/users` listing your editorial team is WordPress doing what WordPress does, but you can disable it. Patch promptly so the version that's identifiable is at least the current one. A CDN with a strong WAF (Cloudflare, AWS Shield, Fastly) helps mask origin identity from drive-by scanners. Audit your bundle for inline references to your stack — many SaaS apps unintentionally include `vite.config.ts` paths or webpack plugin names in error messages. None of these alone is impactful; together they reduce the surface meaningfully.

// あなたのアプリで実行してみてください

FixVibe が見守る間も、安心して出荷を続けられます。

FixVibe は攻撃者と同じ視点で、あなたのアプリの公開面を徹底的にテストします —— エージェント不要、インストール不要、クレジットカード不要。新しい脆弱性パターンを継続的に研究し、実用的なチェックと Cursor、Claude、Copilot 向けの貼り付け可能な修正に変換します。

ディスカバリー
129
このカテゴリで実行されるテスト
モジュール
12
専用の ディスカバリー チェック
1スキャンごと
384+
全カテゴリ合計のテスト
  • 無料 —— カード不要、インストール不要、Slack 通知不要
  • URL を貼り付けるだけ —— クロール、検査、レポートはお任せ
  • 重大度別に分類、シグナルだけに重複排除
  • 最新の AI 修正プロンプトを Cursor、Claude、Copilot にそのまま貼り付け
無料スキャンを実行

// 最新チェック · 実用的な修正 · 安心してリリース

技術スタックのフィンガープリンティング — 脆弱性スポットライト | FixVibe · FixVibe