nuclei-templates/exposures/tokens/google/google-api-key.yaml

20 lines
333 B
YAML
Raw Normal View History

2020-04-09 19:29:56 +00:00
id: google-api-key
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
tags: exposure,token,google
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}"