Merge pull request #4049 from projectdiscovery/impresscms-detect

Create impresscms-detect.yaml
patch-1
Prince Chaddha 2022-04-05 00:14:29 +05:30 committed by GitHub
commit 1ac2a1017c
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