diff --git a/technologies/impresscms-detect.yaml b/technologies/impresscms-detect.yaml new file mode 100644 index 0000000000..69b50064bb --- /dev/null +++ b/technologies/impresscms-detect.yaml @@ -0,0 +1,23 @@ +id: impresscms-detect + +info: + name: ImpressCMS Detect + author: princechaddha + severity: info + reference: https://github.com/ImpressCMS + tags: tech,impresscms + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: regex + regex: + - '(?i)(ImpressCMS)' + + - type: status + status: + - 200