Update README.md

point ppl to wiki since some new ppl have access to the repo
This commit is contained in:
Chris Gates
2018-04-27 12:46:54 -04:00
committed by GitHub
parent dcc98a88b8
commit 67e6d12b3f

View File

@@ -11,18 +11,5 @@ You will want to copy the `env.sample` file over to a `.env` file in your weirdA
weirdAAL$ cp env.sample .env weirdAAL$ cp env.sample .env
``` ```
# Examples Better documentation is on the [wiki](https://github.com/carnal0wnage/weirdAAL/wiki).
## 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
(port of https://gist.github.com/cktricky/0fa3b13ca4306bcd1ec384e88eac3f55)