mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 16:53:25 +08:00
* moving http templates * updated cves.json * moved network CVEs * updated scripts * updated workflows * updated requests to http * replaced network to tcp --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
31 lines
1.7 KiB
YAML
31 lines
1.7 KiB
YAML
id: google-api-token-usage-enumeration
|
|
|
|
info:
|
|
name: Google API Token Usage Enumeration
|
|
author: tanq16
|
|
description: This template is a workflow that allows enumeration of usage capabilities for an exposed Google API Key. A key found or discovered in front-end or source code can be validated for authorization of use and can also be used to make multiple requests and produce high bills for the owner if usage is unrestricted
|
|
|
|
workflows:
|
|
- template: http/token-spray/google-autocomplete.yaml
|
|
- template: http/token-spray/google-books.yaml
|
|
- template: http/token-spray/google-customsearch.yaml
|
|
- template: http/token-spray/google-directions.yaml
|
|
- template: http/token-spray/google-elevation.yaml
|
|
- template: http/token-spray/google-fcm.yaml
|
|
- template: http/token-spray/google-findplacefromtext.yaml
|
|
- template: http/token-spray/google-gedistancematrix.yaml
|
|
- template: http/token-spray/google-geocode.yaml
|
|
- template: http/token-spray/google-geolocation.yaml
|
|
- template: http/token-spray/google-mapsembed.yaml
|
|
- template: http/token-spray/google-mapsembedadvanced.yaml
|
|
- template: http/token-spray/google-nearbysearch.yaml
|
|
- template: http/token-spray/google-nearestroads.yaml
|
|
- template: http/token-spray/google-placedetails.yaml
|
|
- template: http/token-spray/google-placesphoto.yaml
|
|
- template: http/token-spray/google-playablelocations.yaml
|
|
- template: http/token-spray/google-routetotraveled.yaml
|
|
- template: http/token-spray/google-speedlimit.yaml
|
|
- template: http/token-spray/google-staticmaps.yaml
|
|
- template: http/token-spray/google-streetview.yaml
|
|
- template: http/token-spray/google-timezone.yaml
|
|
- template: http/token-spray/googlet-extsearchplaces.yaml |