Détection OOB et Interactions Sortantes

VérifiéSûr

Compétence d'évaluation de sécurité pour valider les interactions sortantes et les comportements hors-bande (OOB). Corrèle les callbacks SSRF, XSS aveugle, webhooks et XXE avec evidence discipline.

Spar Skills Guide Bot
SecuriteAvancé
4002/06/2026
Claude CodeCursorWindsurfCopilotCodex
#pentest#oob-detection#ssrf#blind-xss#callback-correlation

Recommandé pour

Notre avis

Compétence de test de sécurité pour valider les interactions sortantes et les rappels hors bande (OOB), comme les callbacks SSRF, les beacons XSS aveugles ou les interactions DNS.

Points forts

  • Génération d'identifiants de corrélation uniques par test pour éviter les faux positifs.
  • Validation déterministe des interactions asynchrones avec horodatage et contexte source.
  • Support de multiples vecteurs : SSRF, XSS aveugle, XXE OOB, webhooks.

Limites

  • Nécessite un serveur d'écoute externe configuré et accessible.
  • Peut être affecté par le bruit réseau ambiant si la corrélation n'est pas rigoureuse.
  • Ne convient pas aux vulnérabilités entièrement en bande sans besoin de callback.
Quand l'utiliser

Utilisez cette compétence lorsque vous devez prouver une interaction serveur asynchrone via un callback externe (SSRF aveugle, XSS aveugle, XXE OOB).

Quand l'éviter

Ne l'utilisez pas pour des exploits entièrement en bande (réponse directe) ou pour des révisions de code statique sans interaction réseau.

Analyse de sécurité

Sûr
Score qualité85/100

The skill describes a methodology for outbound interaction correlation in pentesting without providing any executable commands or dangerous actions. It is purely analytical and poses no direct execution risk.

Aucun point d'attention détecté

Exemples

SSRF callback validation
I need to test a potential SSRF vulnerability in a web application that fetches user-provided URLs. Generate unique callback tokens and send a request to my OOB listener. Confirm if a callback is received and correlate it with the payload.
Blind XSS beacon detection
I suspect a blind XSS in a feedback form. Create a payload with a unique identifier that will cause the browser to make a request to my callback server. Monitor for any incoming requests and confirm the XSS if a callback with the correct token arrives.
XXE OOB data exfiltration
Test an XML parser for XXE vulnerabilities using OOB techniques. Craft an XML payload that triggers an outbound HTTP request to my listener, exfiltrating a known file content. Validate the callback and extract the data.

name: pentest-outbound-interaction-oob-detection description: "Security assessment skill for outbound interaction and out-of-band (OOB) validation. Use when prompts include SSRF callback confirmation, blind XSS beacons, webhook abuse, XXE/OOB behavior, DNS/HTTP callback correlation, or asynchronous server-side interaction proof. Do not use when vulnerabilities are fully in-band and require no external callback correlation."

Outbound Interaction & OOB Detection

Activation Triggers (Positive)

  • ssrf callback
  • blind xss
  • webhook abuse
  • oob
  • dns interaction
  • asynchronous callback
  • xxe out of band

Exclusion Triggers (Negative)

  • fully in-band exploit
  • static code review only
  • report drafting only

Output Schema

  • Callback correlation table: token, payload path, timestamp, source context
  • Validation verdict: confirmed, not confirmed, inconclusive
  • Follow-on exploitation opportunities from confirmed outbound behavior

Instructions

  1. Generate unique per-test correlation identifiers before sending payloads.
  2. Ensure callback listener scope and retention are sufficient for delayed events.
  3. Correlate callbacks by token, path, and time window before confirmation.
  4. Differentiate noisy background traffic from test-linked interactions.
  5. Use control payloads to reduce false positives.
  6. Pass confirmed primitives to exploit or logic skills with full correlation evidence.

Should Do

  • Treat OOB validation as evidence discipline, not only payload dispatch.
  • Preserve immutable callback logs for auditability.
  • Include both positive and negative control outcomes.

Should Not Do

  • Do not claim confirmation without deterministic correlation.
  • Do not reuse tokens across unrelated tests.
  • Do not expose real secrets in callback payloads.
Skills similaires