2022-04-07 11:34:16 +00:00
|
|
|
id: kingsoft-webserver-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Kingsoft Web Server Detect
|
|
|
|
author: princechaddha
|
|
|
|
severity: info
|
|
|
|
tags: tech,kingsoft
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-04-07 11:34:16 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-04-07 11:34:16 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>Welcome to Kingsoft Web Server!</title>"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|