From 9424d2a976a6aa2d0ddb61781078ab77ef445780 Mon Sep 17 00:00:00 2001 From: Chris Gates Date: Tue, 13 Jun 2017 16:16:16 -0400 Subject: [PATCH] update readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4c28822..5849a0c 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,22 @@ Weird AWS Attack Library (AAL) Weird AAL? yup because he's awesome :-) +# Examples -# IAM - +## IAM - -# S3 +## 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 -# EC2 -- +## EC2 +- ec2_review_encrypted_volumes.py -- review ec2 instances for encryption status -write out unencrypted ones to file + (port of https://gist.github.com/cktricky/0fa3b13ca4306bcd1ec384e88eac3f55)