Skip to content

Saferoads VMS Login Panel - Detect

ID: saferoads-vms-login

Severity: info

Author: dhiyaneshDk

Tags: panel,edb

Saferoads VMS login panel was detected.

id: saferoads-vms-login
info:
name: Saferoads VMS Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Saferoads VMS login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6941
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
tags: panel,edb
http:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers:
- type: word
words:
- 'Saferoads VMS'
# digest: 4a0a00473045022100f039669b7df9c019bf636722cfc3693e321da9d6e6920090d0061640030556e1022002186af4d78ad53a71aebb0791f88547f09b224633bd7009f133d5643315eb96: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/saferoads-vms-login.yaml"

View on Github