From bc4051cfd0c6fc10212565611cfdf6d11dfdd999 Mon Sep 17 00:00:00 2001 From: Victor Ramos Mello <772792+m0nad@users.noreply.github.com> Date: Fri, 21 Aug 2020 00:55:56 +0200 Subject: [PATCH] Add GCPBucketBrute by RhinoSecurity --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 867b03e..cb5aab0 100644 --- a/README.md +++ b/README.md @@ -227,3 +227,6 @@ is intended to be executed locally on a Linux box to enumerate basic system info ### GCP - [Tutorial on privilege escalation and post exploitation tactics in Google Cloud Platform environments](https://about.gitlab.com/blog/2020/02/12/plundering-gcp-escalating-privileges-in-google-cloud-platform/): Very deep-dive into manual post-exploitation tactics and techniques for GCP. - [GCP-IAM-Privilege-Escalation](https://github.com/RhinoSecurityLabs/GCP-IAM-Privilege-Escalation): IAM Privilege Escalation in GCP by RhinoSecurity. + +#### Tools + - [GCPBucketBrute](https://github.com/RhinoSecurityLabs/GCPBucketBrute): A script to enumerate Google Storage buckets, determine what access you have to them, and determine if they can be privilege escalated. By RhinoSecurity.