RhinoSecurityLabs / pacu

The AWS exploitation framework, designed for testing the security of Amazon Web Services environments.
https://rhinosecuritylabs.com/aws/pacu-open-source-aws-exploitation-framework/
BSD 3-Clause "New" or "Revised" License
4.37k stars 694 forks source link

Add directory services enumeration #447

Closed chebuya closed 2 months ago

chebuya commented 3 months ago

Add module for directory services enumeration

chebuya commented 3 months ago

Fixed issue with all regions, should be good now!

Working when --region is correct. Getting error when region is incorrect, which causes issues when region is not specified and correct. Maybe adding error handling for the case when there is not a deployment in the specified region will help