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