nuclei-templates/http/technologies/google/cloud-run-default-page.yaml

31 lines
614 B
YAML

id: cloud-run-default-page
info:
name: Google Cloud Run Default Page
author: dhiyaneshDK
severity: info
reference:
- https://cloud.google.com/run/docs/overview/what-is-cloud-run
metadata:
max-request: 1
verified: true
shodan-query: title:"Congratulations | Cloud Run"
tags: tech,cloudrun,google
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'Congratulations | Cloud Run'
- 'alt="A group celebrating'
condition: and
- type: status
status:
- 200