Skip to content

Forcepoint Appliance

ID: forcepoint-applicance

Severity: info

Author: dhiyaneshDK

Tags: panel,forcepoint

id: forcepoint-applicance
info:
name: Forcepoint Appliance
author: dhiyaneshDK
severity: info
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.title:"Forcepoint Appliance"
tags: panel,forcepoint
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Forcepoint Appliance</title>'
- type: status
status:
- 200
# digest: 4a0a004730450221009d498ad4b1f1891df63489ce1b289a9b000c23a36ea51579182ba3c60a2e1417022073d5ffbec286e87a2bedcaba3c86bfd039de10667133e445e0e0ad2d308b40fc: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/forcepoint-applicance.yaml"

View on Github