Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nuclei-template] detect-websocket #11243

Open
emanueldosreis opened this issue Nov 22, 2024 · 0 comments
Open

[nuclei-template] detect-websocket #11243

emanueldosreis opened this issue Nov 22, 2024 · 0 comments
Assignees

Comments

@emanueldosreis
Copy link

id: detect-websocket

info:
name: WebSocket Detection (Raw HTTP/1.1)
author: Emanuel Rodrigues
severity: info
description: Detects WebSocket endpoints using a raw HTTP/1.1 upgrade request.

requests:

  • raw:

    • |
      GET {{BaseURL}} HTTP/1.1
      Host: {{Hostname}}
      Upgrade: websocket
      Connection: Upgrade
      Sec-WebSocket-Version: 13
      Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==

    matchers:

    • type: word
      words:

      • "101 Switching Protocols"
        part: response
    • type: word
      words:

      • "websocket"
        part: response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants