28 lines
533 B
YAML
28 lines
533 B
YAML
id: i-mscp-panel
|
|
|
|
info:
|
|
name: i-MSCP - Multi Server Control Panel - Detect
|
|
author: JustaAcat
|
|
severity: info
|
|
reference:
|
|
- https://i-mscp.net/
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: title:"i-MSCP - Multi Server Control Panel"
|
|
tags: panel,i-mscp,detect
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>i-MSCP - Multi Server Control Panel"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|