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

30 lines
599 B
YAML
Raw Normal View History

2022-11-01 20:41:25 +00:00
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:
2022-11-01 23:32:47 +00:00
verified: true
2022-11-01 20:41:25 +00:00
shodan-query: title:"Congratulations | Cloud Run"
2022-11-05 04:28:44 +00:00
tags: tech,cloudrun,google
2022-11-01 20:41:25 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'Congratulations | Cloud Run'
2022-11-02 08:38:22 +00:00
- 'alt="A group celebrating'
2022-11-01 20:41:25 +00:00
condition: and
- type: status
status:
- 200