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

29 lines
548 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:
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