Skip to content

Kingsoft Web Server Detect

ID: kingsoft-webserver-detect

Severity: info

Author: princechaddha

Tags: tech,kingsoft

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: 490a0046304402204738354db8b2378351c4907cb7faecb246c7892fc036e5af71f7af9c184296a4022005ce1b44fb44af5265d6536ebbf50837d4775d2edaa9717710577c88b0885ae2: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/kingsoft-webserver-detect.yaml"

View on Github