Skip to content

Encompass CM1 Home Page - Detect

ID: encompass-cm1-homepage

Severity: info

Author: tess

Tags: misconfig,encompass,exposure

Encompass CM1 home page was detected.

id: encompass-cm1-homepage
info:
name: Encompass CM1 Home Page - Detect
author: tess
severity: info
description: Encompass CM1 home page was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Encompass CM1 Home Page"
tags: misconfig,encompass,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Encompass CM1 Home Page"
- "DIAGNOSTIC LINKS:"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022100c633edc98101578e72f78f570ffd22ad75e53749abf8a774af2f6969cc0e37b602200f3d9b7baeb7b85acf955f1e045f88343ea0dfa26f1a8186901543b309ecf44c: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/misconfiguration/encompass-cm1-homepage.yaml"

View on Github