Skip to content

Internet Multi Server Control Panel - Detect

ID: i-mscp-panel

Severity: info

Author: JustaAcat

Tags: panel,i-mscp,detect

Internet Multi Server Control Panel was detected.

id: i-mscp-panel
info:
name: Internet Multi Server Control Panel - Detect
author: JustaAcat
severity: info
description: Internet Multi Server Control Panel was detected.
reference:
- https://i-mscp.net/
classification:
cvss-metrics: CVSS:3.1/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:"i-MSCP - Multi Server Control Panel"
tags: panel,i-mscp,detect
http:
- method: GET
path:
- '{{BaseURL}}/index.php'
matchers-condition: and
matchers:
- type: word
words:
- "<title>i-MSCP - Multi Server Control Panel"
- type: status
status:
- 200
# digest: 4b0a00483046022100b6de4316f5183432d7bdf6a0c7f0ae63b764881863db6e11a744a42ee1900110022100c8dbe528ae640af45a5350545b8893a9cc5d9330d44331f3e097321f5e1625d2: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/i-mscp-panel.yaml"

View on Github