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