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
전용 디스커버리 검사
매 스캔
384+
모든 카테고리 합계 테스트
  • 무료 — 카드 없이, 설치 없이, Slack 알림 없이
  • URL만 붙여넣으세요 — 크롤, 탐지, 보고는 저희가
  • 심각도별 분류, 중복 제거된 신호만
  • 최신 AI 수정 프롬프트를 Cursor, Claude, Copilot에 바로 붙여넣기
무료 스캔 실행

// 최신 체크 · 실용적인 수정 · 자신 있게 배포

기술 스택 핑거프린팅 — 취약점 스포트라이트 | FixVibe · FixVibe