Skip to content

MSPControl Login Panel - Detect

ID: mspcontrol-login

Severity: info

Author: idealphase

Tags: panel,mspcontrol

MSPControl login panel was detected.

id: mspcontrol-login
info:
name: MSPControl Login Panel - Detect
author: idealphase
severity: info
description: MSPControl login panel was detected.
reference:
- https://mspcontrol.org/
- https://mspcontrol.org/downloads/
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:"MSPControl - Sign In"
google-query: intitle:"MSPControl - Sign In"
tags: panel,mspcontrol
http:
- method: GET
path:
- "{{BaseURL}}/Default.aspx?pid=Login"
headers:
Cookie: UserCulture=en-US
matchers-condition: and
matchers:
- type: word
part: body
words:
- "MSPControl - Sign In"
- "Sign In to Control Panel"
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100930195e9294e30028f896d4a1cc785c0bfd8e815e430cf049456a45f7cd5871f022100c10c0626489600522f89d9c458444756021cd425beb266bb4cce5d8c78fe5833: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/mspcontrol-login.yaml"

View on Github