mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Added new options to README
This commit is contained in:
12
README.md
12
README.md
@@ -86,12 +86,14 @@ pip install ansi2html
|
||||
./prowler -h
|
||||
|
||||
USAGE:
|
||||
prowler -p <profile> -r <region> [ -v ] [ -h ]
|
||||
prowler -p <profile> -r <region> [ -h ]
|
||||
Options:
|
||||
-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)
|
||||
-c <checknum> specify a check number from the AWS CIS benchmark (i.e.: check11 for check 1.1)
|
||||
-h this help
|
||||
-p <profile> specify your AWS profile to use (i.e.: default)
|
||||
-r <region> specify an AWS region to direct API requests to (i.e.: us-east-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)
|
||||
-f <filterregion> specify an AWS region to run checks against (i.e.: us-west-1)
|
||||
-m <maxitems> specify the maximum number of items to return for long-running requests (default: 100)
|
||||
-h this help
|
||||
|
||||
```
|
||||
## How to fix all WARNINGS:
|
||||
|
||||
Reference in New Issue
Block a user