33 lines
550 B
YAML
33 lines
550 B
YAML
|
id: chevereto-detect
|
||
|
|
||
|
info:
|
||
|
name: Chevereto detect
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
metadata:
|
||
|
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="(.*)">'
|