Create kingsoft-webserver-detect.yaml
parent
709ea53b2b
commit
951db79ce9
|
@ -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
|
Loading…
Reference in New Issue