mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Added a google bucket detecter
This commit is contained in:
16
file/android/google-bucket.yaml
Normal file
16
file/android/google-bucket.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
id: google-storage-bucket
|
||||
|
||||
info:
|
||||
name: Detect Mobile apps using Google storage Bucket
|
||||
author: Thabisocn
|
||||
severity: info
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- all
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- "[a-z0-9.-]+\\.appspot\\.com"
|
||||
|
||||
Reference in New Issue
Block a user