ScoutSuite icon indicating copy to clipboard operation
ScoutSuite copied to clipboard

Multi-Cloud Security Auditing Tool

Results 298 ScoutSuite issues
Sort by recently updated
recently updated
newest added

Code at here: https://github.com/nccgroup/ScoutSuite/blob/7909f2fc6186063e5c9e7ddef8c4d7d1072c8f3d/ScoutSuite/providers/base/provider.py#L193 ``` def manage_object(self, object, attr, init, callback=None): """ This is a quick-fix copy of Opinel's manage_dictionary in order to support the new ScoutSuite object which isn't...

bug
potential

**Describe the bug** the checks interprets IP CIDR as a boolean and check fails. Please provide: - A clear and concise description of what the bug is. - `ERROR conditions.py...

bug
potential

New to ScoutSuite, just curious why in the report some of the AWS services are greyed out, but show resources and why some are not greyed out and have no...

**Is your feature request related to a problem? Please describe.** Currently, ScoutSuite generates separate reports for different scans within the same AWS environment (e.g., scans of different AWS accounts within...

enhancement

# Description **Make sure the PR is against the `develop` branch (see [Contributing](https://github.com/nccgroup/ScoutSuite/blob/master/CONTRIBUTING.md)).** **Make sure to set the corresponding milestone in the PR.** Please include a summary of the change(s)...

# Description **Make sure the PR is against the `develop` branch (see [Contributing](https://github.com/nccgroup/ScoutSuite/blob/master/CONTRIBUTING.md)).** **Make sure to set the corresponding milestone in the PR.** Added support for Azure Container Registry (ACR)...

# Description **Make sure the PR is against the `develop` branch (see [Contributing](https://github.com/nccgroup/ScoutSuite/blob/master/CONTRIBUTING.md)).** **Make sure to set the corresponding milestone in the PR.** Added support for Azure PostgreSQL Flexible Database...

# Description This MR adds a new ruleset for AWS, `ada-cp-1.0` that incorporates the first 13 of the 40 rules from ADA-CP 1.0 that apply to AWS: * [1.2.1 Ensure...

**Is your feature request related to a problem? Please describe.** The App Defense Alliance Cloud Profile requires a check that no root user API keys exist. This is very similar...

enhancement

**Is your feature request related to a problem? Please describe.** The App Defense Alliance Cloud Profile requires a check that AWS root account credentials have not been used recently. This...

enhancement