From 80000a554dc391abb22f7ba5a792c8604148ab6b Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 7 Apr 2022 17:33:24 +0530 Subject: [PATCH] Create pbootcms-detect.yaml --- technologies/pbootcms-detect.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 technologies/pbootcms-detect.yaml diff --git a/technologies/pbootcms-detect.yaml b/technologies/pbootcms-detect.yaml new file mode 100644 index 0000000000..e6d02001f7 --- /dev/null +++ b/technologies/pbootcms-detect.yaml @@ -0,0 +1,22 @@ +id: pbootcms-detect + +info: + name: PbootCMS Detect + author: princechaddha + severity: info + tags: tech,pbootcms + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: regex + regex: + - 'PbootCMS(.*)' + + - type: status + status: + - 200