Added info to README and help

This commit is contained in:
Toni de la Fuente
2016-11-14 22:34:48 -05:00
parent cec364581e
commit 56656e95ef
2 changed files with 6 additions and 1 deletions

View File

@@ -63,6 +63,11 @@ or for custom profile and region
``` ```
./prowler -p custom-profile -r us-east-1 -c check11 ./prowler -p custom-profile -r us-east-1 -c check11
``` ```
or for a group of checks use group name:
```
./prowler -c check3
```
Valid check numbers are based on the AWS CIS Benchmark guide, so 1.1 is check11 and 3.10 is check310 Valid check numbers are based on the AWS CIS Benchmark guide, so 1.1 is check11 and 3.10 is check310
4 - If you want to save your report for later analysis: 4 - If you want to save your report for later analysis:

View File

@@ -57,7 +57,7 @@ usage(){
Options: Options:
-p <profile> specify your AWS profile to use (i.e.: default) -p <profile> specify your AWS profile to use (i.e.: default)
-r <region> specify a desired AWS region to use (i.e.: us-east-1) -r <region> specify a desired AWS region to use (i.e.: us-east-1)
-c <checknum> specify a check number from the AWS CIS benchmark (i.e.: check11 for check 1.1) -c <checknum> specify a check number or group from the AWS CIS benchmark (i.e.: check11 for check 1.1 or check3 for entire section 3)
-h this help -h this help
" "
exit exit