From 614cfc1395098c28ed87cd068d31b2f0d800a029 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 2 Nov 2022 02:11:25 +0530 Subject: [PATCH] Create cloud-run-default-page.yaml --- .../google/cloud-run-default-page.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 technologies/google/cloud-run-default-page.yaml diff --git a/technologies/google/cloud-run-default-page.yaml b/technologies/google/cloud-run-default-page.yaml new file mode 100644 index 0000000000..6c76fedeb8 --- /dev/null +++ b/technologies/google/cloud-run-default-page.yaml @@ -0,0 +1,28 @@ +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: + shodan-query: title:"Congratulations | Cloud Run" + tags: tech,default + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + words: + - 'Congratulations | Cloud Run' + - 'GCP project' + condition: and + + - type: status + status: + - 200