Create impresscms-detect.yaml

patch-1
Prince Chaddha 2022-04-05 00:12:12 +05:30 committed by GitHub
parent 007db77702
commit e8c8fd3be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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