Centreon Login Panel - Detect
ID: centreon-panel
Severity: info
Author: pikpikcu,daffainfo
Tags: panel,centreon,login
Description
Section titled “Description”Centreon login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:centreon:centreon_web:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: centreon product: centreon_web shodan-query: - http.title:"Centreon" - http.title:"centreon" fofa-query: title="centreon" google-query: intitle:"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: 4b0a00483046022100b974704994a319586febb728835161391f482a0694b89f9e23874a843213f0fe022100bc298f6ca0e552a80b9bf88fcf9464beb7c2c2f90eea2a4ecafe8a88817ebfce:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/centreon-panel.yaml"