Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iam__bruteforce_permissions to check all AWS services #442

Conversation

TeneBrae93
Copy link
Contributor

@TeneBrae93 TeneBrae93 commented Jun 5, 2024

The current iam__bruteforce_permissions module only checks permissions related to EC2, Log, and S3 which decreases it's usefulness significantly.

This update uses the enumerate-iam library/tool by Andres Riancho to check all applicable services. It still keeps the same functionality of the old module by updating the permissions in the user's session so it can be used by other modules (such as privesc__scan).

image

@TeneBrae93 TeneBrae93 linked an issue Jun 5, 2024 that may be closed by this pull request
@TeneBrae93 TeneBrae93 changed the title Update iam__bruteforce_permissions to check all AWS services Update iam__bruteforce_permissions to check all AWS services (WIP) Jun 5, 2024
@TeneBrae93 TeneBrae93 changed the title Update iam__bruteforce_permissions to check all AWS services (WIP) Update iam__bruteforce_permissions to check all AWS services Jun 6, 2024
@DaveYesland DaveYesland merged commit 470b96a into RhinoSecurityLabs:master Jun 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: iam__bruteforce_permissions to target all services
2 participants