16 lines
457 B
Bash
16 lines
457 B
Bash
# Title: Variables - GCP_GOOD_SCOPES
|
|
# ID: GCP_GOOD_SCOPES
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: Good GCP Scopes not dangerous
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $GCP_GOOD_SCOPES
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
GCP_GOOD_SCOPES="/devstorage.read_only|/logging.write|/monitoring|/servicecontrol|/service.management.readonly|/trace.append" |