mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-05 20:40:18 -08:00
Update gcp-cloud-run-post-exploitation.md
This commit is contained in:
@@ -11,7 +11,7 @@ For more information about Cloud Run check:
|
||||
{{#endref}}
|
||||
|
||||
### Delete CloudRun Job
|
||||
The `run.services.delete` and `run.services.get permissions`, as well as run.jobs.delete, allow an identity to completely delete a Cloud Run service or job, including its configuration and history. In the hands of an attacker, this can cause immediate disruption to applications or critical workflows, resulting in a denial of service (DoS) for users and systems that depend on the service logic or essential scheduled tasks.
|
||||
The `run.services.delete` and `run.services.get` permissions, as well as `run.jobs.delete`, allow an identity to completely delete a Cloud Run service or job, including its configuration and history. In the hands of an attacker, this can cause immediate disruption to applications or critical workflows, resulting in a denial of service (DoS) for users and systems that depend on the service logic or essential scheduled tasks.
|
||||
|
||||
To delete a job, the following operation can be performed.
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user