Skip to content

MPFTVC Admin Login Panel - Detect

ID: mpftvc-admin-panel

Severity: info

Author: Hardik-Solanki,gmeghab

Tags: panel,mpftvc,admin

MPFTVC admin login panel was detected.

id: mpftvc-admin-panel
info:
name: MPFTVC Admin Login Panel - Detect
author: Hardik-Solanki,gmeghab
severity: info
description: MPFTVC admin login panel was detected.
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:
verified: true
max-request: 1
shodan-query: title:"AdminLogin - MPFTVC"
tags: panel,mpftvc,admin
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "AdminLogin - MPFTVC"
- "Admin-Login: MPFTVC"
condition: or
- type: status
status:
- 200
# digest: 490a0046304402201116e9a33c96dbbc08845514e693754c84ff5ec5aeb647a446fa85f50692f02b0220525fce7373b5744c7b43c8dffa6cee14865974ba695b96af60165bf7cc487466: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/mpftvc-admin-panel.yaml"

View on Github