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

Tried to update the regions through the latest version of botocore, but cn-north-1 and cn-northwest-1 are not there. Is there a way to manually add the region to the session?...

enhancement

When a new module is added or changed it would be nice to just run a GitHub Action that updates the module details section of the Pacu Wiki. Code is...

enhancement

Enumerates AWS Transfer Family SFTP/FTP and FTPS servers

It's a pain when this doesn't work as expected, it also prevents use cases like #266, using Pacu with aws-vault, or running in EC2 with the instance profile attached to...

One thing that bugs me about current tools is there's no single tool (afik, let me know if I missed something) that can give you a very high level overview...

enhancement
V2 Idea

Hello, Many thanks for this awesome tool. It appears that GovCloud specific regions are not supported by the tool: ``` Pacu (zzz:zzz) > set_regions us-gov-west-1 us-gov-west-1 is not a valid...

enhancement

running docker latest version i am getting the following error when running console ``` [2021-06-24 14:33:43] (y): Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 1666, in run_gui self.idle() File...

bug
waiting

I suspect using steampipe with a sqlalchemy wrapper would eliminate a fair amount of enumeration code in the modules. Right now I have a proof of concept for using this...

enhancement
V2 Idea