mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Added info to README and help
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
2
prowler
2
prowler
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user