Skip to content

Workerman Websocket Detection

ID: workerman-websocket-detect

Severity: info

Author: geeknik

Tags: tech,workerman,websocket

id: workerman-websocket-detect
info:
name: Workerman Websocket Detection
author: geeknik
severity: info
reference:
- https://www.workerman.net/en/
- https://github.com/walkor/Workerman
metadata:
verified: true
max-request: 1
shodan-query: "workerman"
tags: tech,workerman,websocket
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- 'workerman/'
extractors:
- type: kval
part: header
kval:
- Server
# digest: 4a0a00473045022011c8208a11e1e84e362b4300135fde4c7ca3683f5d0a70aa6d1264452f466cdd022100d7dff6caf55902fd1690b6c33a21410f480a1cf7869f13435e8a6b94c2274a99:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/workerman-websocket-detect.yaml"

View on Github