Dave Yesland
Dave Yesland
I have made some changes to this to now include boto3 with the extension. You can try again after a new pull and see if it all works from the...
I think disabling the check boxes when the gateways are deployed is a good idea. The check boxes are intentionally all checked on startup because with the latest update now...
> also, are there plans to merge the recent updates to the PortSwigger repo? Yeah I will be requesting they update their repo soon.
Closing this as there have been quite a few changes which includes different ways of handling selected and deselecting of regions.
Did you try a fresh clone and `poetry install` of Pacu? Or `pip install pacu` after confirming there are no old versions installed?
Ok just ensure you are running the latest version of Pacu and let me know if it still fails. The error you described in the first post should not occur...
Either install option _should_ install the latest version of Pacu: `pip install pacu` or `git clone` and `poetry install`
Pacu itself does not support custom endpoints. Maybe this is something we can look at adding. running `aws` from in Pacu is the same as running the `aws` command from...
This looks to be because www.iplocation.net takes the IP from the `X-Forwarded-For` header in the request (which is your IP by default in API GW). To change this you can...
Some changes were added that allow you to auto generate a random X-Forwarded-For header: https://github.com/RhinoSecurityLabs/IPRotate_Burp_Extension/pull/63