RhinoSecurityLabs / IPRotate_Burp_Extension

Extension for Burp Suite which uses AWS API Gateway to rotate your IP on every request.
814 stars 144 forks source link

Include boto3 to avoid errors with its install #55

Closed DaveYesland closed 9 months ago

DaveYesland commented 9 months ago

This include boto3 in the extensions ./lib folder avoiding the need to python2 boto3 library installation and should allow this extension to work out of the box with no additional setup.

This does not seem ideal but with Jython/burp using python2.7 this seems to be the best way to just load this extension without any additional setup and avoid errors.