2020-04-09 19:29:56 +00:00
|
|
|
id: google-api-key
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2020-04-05 20:01:24 +00:00
|
|
|
info:
|
2020-04-09 19:29:56 +00:00
|
|
|
name: Google API Key
|
2020-04-05 20:01:24 +00:00
|
|
|
author: Swissky
|
2021-04-02 13:10:33 +00:00
|
|
|
severity: info
|
2021-04-13 13:48:02 +00:00
|
|
|
tags: exposure,token,google
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2020-04-05 20:01:24 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-05-09 08:59:35 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-04-08 17:25:01 +00:00
|
|
|
- "{{BaseURL}}/hopfully404"
|
2020-07-11 05:50:35 +00:00
|
|
|
|
2020-04-05 20:01:24 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
2020-04-09 19:29:56 +00:00
|
|
|
- "AIza[0-9A-Za-z\\-_]{35}"
|