diff --git a/_gtfobins/gcloud.md b/_gtfobins/gcloud.md new file mode 100644 index 0000000..8faa25e --- /dev/null +++ b/_gtfobins/gcloud.md @@ -0,0 +1,13 @@ +--- +functions: + shell: + - description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. + code: | + gcloud help + !/bin/sh + sudo: + - description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. + code: | + sudo gcloud help + !/bin/sh +---