1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-14 08:54:27 +01:00

Update 3_cloud.sh (Fix broken link)

Update script 3_cloud.sh to fix a broken link to GCP Pentesting.
This commit is contained in:
galoget 2023-07-24 10:55:35 -05:00 committed by GitHub
parent 1279434ba6
commit 965ca0868a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')