nuclei-templates/http/exposed-panels/i-mscp-panel.yaml

36 lines
764 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
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
# Enhanced by md on 2023/04/25