Skip to content

Google Storage Bucket - Detection

ID: google-storage-bucket

Severity: info

Author: Thabisocn

Tags: file,android,google

id: google-storage-bucket
info:
name: Google Storage Bucket - Detection
author: Thabisocn
severity: info
metadata:
verified: "true"
github-query: "/[a-z0-9.-]+\\.appspot\\.com/"
tags: file,android,google
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "[a-z0-9.-]+\\.appspot\\.com"
# digest: 490a004630440220552a20c54dee333491c8792c6a13dbf0cd2aa636914729ff0f46532661ace75602204580c181da7b3c323ec91545da5af3ee641ad8151985812658a66a6e7733a02e: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 "file/android/google-storage-bucket.yaml"

View on Github