this will give people some basic idea of using the dotenv file

This commit is contained in:
cktricky
2018-04-19 11:45:26 -04:00
parent a51b88febe
commit 9805771525
2 changed files with 12 additions and 5 deletions

View File

@@ -1,8 +1,16 @@
# Weird AAL
Weird AWS Attack Library (AAL)
Weird AWS Attack Library (AAL)
<img src="http://earnthis.net/wp-content/uploads/2013/12/150490_large.jpg" align="center" height="240" width="350">
# 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)