Added a google bucket detecter
parent
0b5872b72f
commit
c8a3864f08
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue