Create kingsoft-webserver-detect.yaml

patch-1
Prince Chaddha 2022-04-07 17:04:16 +05:30 committed by GitHub
parent 709ea53b2b
commit 951db79ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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