2.0-Beta
版本发布时间: 2018-03-28 06:11:47
prowler-cloud/prowler最新发布版本:4.3.7(2024-09-24 03:55:00)
New features:
- Refactored code:
- reduced number of lines in prowler main script and add
includes
folder with parts to easily find and manage all components - dedicated folder for
checks
, a check per file, - same for
groups
of checks, now we can create custom groups and run Prowler against your custom group (for example only the checks that your company needs). - moved Dockerfile to
utils
folder. - moved IAM policy additions to
iam
folder
- reduced number of lines in prowler main script and add
- Output changed
PASS
andFAIL
instead ofOK
andWARNING
messages displayed. - Option
-g <group_id>
: run specific group from the existing or new one - Option
-b
: hide banner - Check whitelisting: thanks to the new groups management, you can create your own checks based on your needs.
- Custom checks: now it is easier to add a new check, just create your check based on the sample one and add it to a group, or create your own group.
- Added version to the banner and changed description
- Added new check
extra723
that looks for public RDS snapshots (single and cluster)
Improvements:
- option
-l
now shows all groups not only default ones, with all its checks title. -
check73
now doees the S3 check in parallel thanks to @vsMeecles and Jonathan Glass - changed
#!/bin/bash
to#!/usr/bin/env bash
#182 thanks to @doshitan -
check28
#181 thanks to @doshitan -
check41
andcheck44
#180 thanks to @subramani95
Fixes:
-
check22
#194 thanks to @mbode -
check717
#188 thanks to @ahhh - fixed required IAM permissions #187 thanks to @rtkjbillo
Documentation:
- Added new way to create custom checks and custom groups
Special thanks to:
@philipmeadows for his help and ideas on code refactoring