From 62f3631820be5df6f43816c35361e56d467673e4 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 16 Apr 2022 14:04:56 +0400 Subject: [PATCH] Create genweb-plus-panel.yaml --- exposed-panels/genweb-plus-panel.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 exposed-panels/genweb-plus-panel.yaml diff --git a/exposed-panels/genweb-plus-panel.yaml b/exposed-panels/genweb-plus-panel.yaml new file mode 100644 index 0000000000..4d230e1a51 --- /dev/null +++ b/exposed-panels/genweb-plus-panel.yaml @@ -0,0 +1,23 @@ +id: gemweb-plus-panel + +info: + name: GEMweb Plus 500 Panel Detect + author: princechaddha + severity: info + tags: panel,gemweb + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "GEMweb Plus 500" + + - type: status + status: + - 200