From 965ca0868ae820931e038e432c471906a7b27338 Mon Sep 17 00:00:00 2001 From: galoget Date: Mon, 24 Jul 2023 10:55:35 -0500 Subject: [PATCH] Update 3_cloud.sh (Fix broken link) Update script 3_cloud.sh to fix a broken link to GCP Pentesting. --- linPEAS/builder/linpeas_parts/3_cloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/builder/linpeas_parts/3_cloud.sh b/linPEAS/builder/linpeas_parts/3_cloud.sh index b0dcc15..413fa50 100644 --- a/linPEAS/builder/linpeas_parts/3_cloud.sh +++ b/linPEAS/builder/linpeas_parts/3_cloud.sh @@ -153,7 +153,7 @@ if [ "$is_gcp" = "Yes" ]; then if [ "$gcp_req" ]; then print_2title "Google CLoud Platform Enumeration" - print_info "https://book.hacktricks.xyz/cloud-security/gcp-security" + print_info "https://cloud.hacktricks.xyz/pentesting-cloud/gcp-security" ## GC Project Info p_id=$(eval $gcp_req 'http://metadata.google.internal/computeMetadata/v1/project/project-id')