28 lines
627 B
YAML
28 lines
627 B
YAML
id: kingsoft-webserver-detect
|
|
|
|
info:
|
|
name: Kingsoft Web Server Detect
|
|
author: princechaddha
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,kingsoft
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Welcome to Kingsoft Web Server!</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100830ffc6362f7ee44365549a6afa8c4446dd41ec35f41f655b59716b07050b6bf0220798a2f5fbdddf116828fa4b8b9c3c649484596963cd8a422a6c3733023fbcbcf:922c64590222798bb761d5b6d8e72950
|