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

27 lines
562 B
YAML
Raw Normal View History

2023-03-30 08:04:54 +00:00
id: i-mscp-panel
info:
2023-03-30 10:23:10 +00:00
name: i-MSCP - Multi Server Control Panel - Detect
2023-03-30 08:04:54 +00:00
author: JustaAcat
severity: info
reference:
- https://i-mscp.net/
2023-03-30 10:23:10 +00:00
metadata:
verified: "true"
shodan-query: title:"i-MSCP - Multi Server Control Panel / Login"
tags: panel,i-mscp,detect,login
2023-03-30 08:04:54 +00:00
requests:
- method: GET
path:
2023-03-30 10:23:10 +00:00
- '{{BaseURL}}/index.php'
2023-03-30 08:04:54 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-03-30 10:23:10 +00:00
- "<title>i-MSCP - Multi Server Control Panel / Login</title>"
2023-03-30 08:04:54 +00:00
- type: status
status:
2023-03-30 10:23:10 +00:00
- 200