pacu icon indicating copy to clipboard operation
pacu copied to clipboard

The AWS exploitation framework, designed for testing the security of Amazon Web Services environments.

Results 56 pacu issues
Sort by recently updated
recently updated
newest added

Reference: https://twitter.com/sewell_jason/status/1258460579573854208

enhancement

Reference: https://twitter.com/amcabee13/status/1258466583950831621

enhancement

Reference: https://twitter.com/t0pazg3m/status/1260349587337822208

enhancement

**Describe the solution you'd like** To be able to grab all EC2 public ip's and save them to a file. **Describe alternatives you've considered** ``` aws ec2 describe-instances --filter "Name=instance-state-name,Values=running"...

enhancement

Being able to enumerate the monitoring options in place via `enum_monitoring.py` is great (once it covers the full set), but intelligent analysis of it is also going to be really...

enhancement

Hi! Feature allows to use session keys as profiles in an internal aws command. So if you have active keys, they will be used as default profile when you execute...

Steps to Error: Navigate to Pacu directory Execute sudo python3 cli.py First Run: Pacu splashscreen did not appear on first run. First Run ends after answering the What would you...

When used with keys that do not permit EKS::ListClusters, Pacu prints the following error and crashes: "[eks_enum] Error: An error occurred (UnrecognizedClientException) when calling the ListClusters operation: The security token...

## Summary I've encountered an issue in the `cognito__attack` module of the Pacu framework — when attempting to exploit the `vulnerable_cognito` user pool, the script requests the `familyName` and `givenName`...

Hi there, Any plan to use [isort](https://pycqa.github.io/isort/) to sort imported modules alphabetically? This will make the code easier to read as it's following Python best practice on importing modules. Example:...