nuclei-templates/technologies/kingsoft-webserver-detect.yaml

24 lines
405 B
YAML

id: kingsoft-webserver-detect
info:
name: Kingsoft Web Server Detect
author: princechaddha
severity: info
tags: tech,kingsoft
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Welcome to Kingsoft Web Server!</title>"
- type: status
status:
- 200