From a64c878b7f1e6d21d0d0038b2bbf866886622eaa Mon Sep 17 00:00:00 2001 From: Chris Gates Date: Wed, 21 Jun 2017 13:51:41 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b8d1f7..acb3596 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ Weird AWS Attack Library (AAL) # Examples ## IAM -- +- iam_pwn.py -- given a ROOT or account with IAM access manipulate user access keys, MFA, console passwords or create a backdoor user ## S3 Examples - s3_list_bucket_contents.py -- list the contents of a single bucket - s3_list_bucket_contents_fromfile.py --list the contents of a bucket from a list of buckets - s3_list_buckets_for_acct.py -- show s3 buckets available to a particular key - - +- s3_list_buckets_and_contents.py -- list buckets AND contents (first 100) for a key ## EC2 - ec2_review_encrypted_volumes.py -- review ec2 instances for encryption status -write out unencrypted ones to file