From d6914c908b39cd12a069fbbf715622f1eefcc29d Mon Sep 17 00:00:00 2001 From: Yuta Yamate <11874627+yutayamate@users.noreply.github.com> Date: Fri, 16 Dec 2022 20:33:22 +0900 Subject: [PATCH] Add gcloud Co-authored-by: Andrea Cardaci --- _gtfobins/gcloud.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _gtfobins/gcloud.md 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 +---