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

25 lines
413 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
severity: medium
requests:
- method: GET
path:
2020-05-09 08:59:35 +00:00
- "{{BaseURL}}"
2020-07-11 05:50:35 +00:00
2020-07-31 10:00:36 +00:00
matchers-condition: and
matchers:
2020-07-30 08:16:37 +00:00
- type: regex
part: body
regex:
- "AIza[0-9A-Za-z\\-_]{35}"
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}"