GCP - Cloud Functions Unauthenticated Enum
Last updated
Last updated
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
More information about Cloud Functions can be found in:
Brute Force the URL format:
https://<region>-<project-gcp-name>.cloudfunctions.net/<func_name>
It's easier if you know project names.
Check this page for some tools to perform this brute force:
With the following code taken from here you can find Cloud Functions that permit unauthenticated invocations.
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)