Skip to content

Hetzner Cloud Detect

ID: hetzner-cloud-detect

Severity: info

Author: DhiyaneshDk

Tags: tech,hetzner

id: hetzner-cloud-detect
info:
name: Hetzner Cloud Detect
author: DhiyaneshDk
severity: info
metadata:
verified: true
max-request: 1
shodan-query: title:"Hetzner Cloud"
tags: tech,hetzner
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Hetzner Cloud'
- 'Hetzner Logo'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502205612491f1c61eaf0d51b6a29d3e8f3267448f35fec2b9e4b79652a608b6d6183022100f7c64cedd60740b4aed57030f813b5bd4443e92873e8af9a8a5b1b57674bdca8: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/hetzner-cloud-detect.yaml"

View on Github