Skip to content

ViewPoint System Status

ID: viewpoint-system-status

Severity: low

Author: dhiyaneshDK

Tags: status,exposure,viewpoint,misconfig

ViewPoint System status page is exposed.

id: viewpoint-system-status
info:
name: ViewPoint System Status
author: dhiyaneshDK
severity: low
description: ViewPoint System status page is exposed.
metadata:
max-request: 1
shodan-query: http.title:"ViewPoint System Status"
tags: status,exposure,viewpoint,misconfig
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>ViewPoint System Status</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100ddb07de442170f724a6a2d1c8ee3165b3b9ce6a1427710750556219229eabf1202210091f2a704070f0143d7f24af792065350061e54742da2eedc5bc663afe25b392b: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/viewpoint-system-status.yaml"

View on Github