From 951db79ce9758654e6195c3a83da6712d009e7e9 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 7 Apr 2022 17:04:16 +0530 Subject: [PATCH] Create kingsoft-webserver-detect.yaml --- technologies/kingsoft-webserver-detect.yaml | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 technologies/kingsoft-webserver-detect.yaml diff --git a/technologies/kingsoft-webserver-detect.yaml b/technologies/kingsoft-webserver-detect.yaml new file mode 100644 index 0000000000..58b6987d72 --- /dev/null +++ b/technologies/kingsoft-webserver-detect.yaml @@ -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: + - "Welcome to Kingsoft Web Server!" + + - type: status + status: + - 200