Skip to content

Chevereto detect

ID: chevereto-detect

Severity: info

Author: pikpikcu

Tags: tech,chevereto

id: chevereto-detect
info:
name: Chevereto detect
author: pikpikcu
severity: info
classification:
cpe: cpe:2.3:a:chevereto:chevereto:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: chevereto
product: chevereto
shodan-query: http.title:"Centreon"
tags: tech,chevereto
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'content="Chevereto(.*)">'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<meta name="generator" content="(.*)">'
# digest: 4a0a004730450221009b92619408ea372c0ccb65c0d2742eb00b6085ee95888093116217a45b31d4d3022067564c1e4841e95b3b449f3bbed95ae6a2d39f112ce33cb65914e0fa5c7b3e3b:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/chevereto-detect.yaml"

View on Github