29 lines
479 B
YAML
29 lines
479 B
YAML
id: hetzner-cloud-detect
|
|
|
|
info:
|
|
name: Hetzner Cloud Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Hetzner Cloud"
|
|
tags: tech,hetzner
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Hetzner Cloud'
|
|
- 'Hetzner Logo'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|