diff --git a/README.md b/README.md index acb3596..418d3f3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ # Weird AAL -Weird AWS Attack Library (AAL) +Weird AWS Attack Library (AAL) +# Credentials + +You will want to copy the `env.sample` file over to a `.env` file in your weirdAAL directory. Then place the relevant keys where applicable. Example: + +```bash +weirdAAL$ cp env.sample .env +``` + # Examples ## IAM @@ -18,7 +26,3 @@ Weird AWS Attack Library (AAL) ## 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) - - - - diff --git a/env.sample b/env.sample new file mode 100644 index 0000000..802ce82 --- /dev/null +++ b/env.sample @@ -0,0 +1,3 @@ +[default] +aws_access_key_id = +aws_secret_access_key =