mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-01-14 13:56:30 -08:00
533 B
533 B
GCP - Cloud Functions Persistence
{{#include ../../../banners/hacktricks-training.md}}
Cloud Functions
For more info about Cloud Functions check:
{{#ref}} ../gcp-services/gcp-cloud-functions-enum.md {{#endref}}
Persistence Techniques
- Modify the code of the Cloud Function, even just the
requirements.txt - Allow anyone to call a vulnerable Cloud Function or a backdoor one
- Trigger a Cloud Function when something happens to infect something
{{#include ../../../banners/hacktricks-training.md}}