Skip to content

Cofense Vision Login Panel - Detect

ID: cofense-vision-panel

Severity: info

Author: Adam Crosser

Tags: panel,cofense,vision

Cofense Vision login panel was detected.

id: cofense-vision-panel
info:
name: Cofense Vision Login Panel - Detect
author: Adam Crosser
severity: info
description: Cofense Vision login panel was detected.
reference:
- https://cofense.com
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.favicon.hash:739801466
tags: panel,cofense,vision
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Vision</title>"
- "Cofense Inc."
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100d215e4b1b5a681e049b6f10137b207e00b7396b15a9fed9701448d1a60ef2aec022100eec5f7bfc98a82faea94cac8239c1bcbef6896897eaf3d91e54194291235f1e9: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/exposed-panels/cofense-vision-panel.yaml"

View on Github