Skip to content

Commit

Permalink
Merge pull request #8289 from Thabisocn/template_Mobileapp
Browse files Browse the repository at this point in the history
Added a google bucket detecter
  • Loading branch information
pussycat0x authored Oct 3, 2023
2 parents fd071b4 + cb0cb3e commit 2fccd58
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions file/android/google-storage-bucket.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id: google-storage-bucket

info:
name: Google Storage Bucket - Detection
author: Thabisocn
severity: info
metadata:
github-query: "/[a-z0-9.-]+\\.appspot\\.com/"
verified: "true"
tags: file,android,google

file:
- extensions:
- all

extractors:
- type: regex
regex:
- "[a-z0-9.-]+\\.appspot\\.com"

0 comments on commit 2fccd58

Please sign in to comment.