Skip to content

ImpressCMS Detect

ID: impresscms-detect

Severity: info

Author: princechaddha

Tags: tech,impresscms

id: impresscms-detect
info:
name: ImpressCMS Detect
author: princechaddha
severity: info
reference:
- https://github.com/ImpressCMS
metadata:
max-request: 1
tags: tech,impresscms
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
regex:
- '(?i)(ImpressCMS)'
- type: status
status:
- 200
# digest: 4a0a00473045022100e727e3ab33e11365ea676affe8a4b8c56e6808e526661b4de0c2109057dbd79f022059cce6fbb45a930a2c559a993af04ec1d0a879b01e5757d193e7f9dcb170e980:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/impresscms-detect.yaml"

View on Github