nuclei-templates/technologies/chevereto-detect.yaml

33 lines
554 B
YAML

id: chevereto-detect
info:
name: Chevereto detect
author: pikpikcu
severity: info
metadata:
shodan-query: http.title:"Centreon"
tags: tech,chevereto
requests:
- 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="(.*)">'