43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
id: centreon-panel
|
|
|
|
info:
|
|
name: Centreon Login Panel - Detect
|
|
author: pikpikcu,daffainfo
|
|
severity: info
|
|
description: Centreon login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Centreon"
|
|
tags: panel,centreon,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/centreon/index.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
condition: or
|
|
words:
|
|
- '<title>Centreon - IT & Network Monitoring</title>'
|
|
- '<input name="centreon_token" type="hidden"'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'v. (.*)'
|
|
|
|
# digest: 4b0a00483046022100afae42df085c0136c8309e38ab0d3750461c52e82d84c952dd882c2e875df05d022100af79c573c6976948d991469ddad0c276199115eeb97d8b7f43f83e5e257e476d:922c64590222798bb761d5b6d8e72950
|