Merge pull request #4075 from projectdiscovery/kingsoft-webserver-detect

Create kingsoft-webserver-detect.yaml
patch-1
Prince Chaddha 2022-04-07 17:06:35 +05:30 committed by GitHub
commit 535ae73534
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