RhinoSecurityLabs / IPRotate_Burp_Extension

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

Not working with new os versions #41

Closed Ugroon closed 1 year ago

Ugroon commented 2 years ago

Hi,

I try to use IP rotate extension but I get this error:

Traceback (most recent call last): File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/IPRotate.py", line 202, in enableGateway self.startAPIGateway() File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/IPRotate.py", line 70, in startAPIGateway self.awsclient = boto3.client('apigateway', File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/BappModules/boto3/init.py", line 91, in client return _get_default_session().client(*args, **kwargs) File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/BappModules/boto3/session.py", line 258, in client return self._session.create_client( File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/BappModules/botocore/session.py", line 835, in create_client client = client_creator.create_client( File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/BappModules/botocore/client.py", line 80, in create_client cls = self._create_client_class(service_name, service_model) File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/BappModules/botocore/client.py", line 102, in _create_client_class class_attributes = self._create_methods(service_model) File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/BappModules/botocore/client.py", line 334, in _create_methods op_dict[py_operation_name] = self._create_api_method( File "/root/.BurpSuite/bapps/2eb2b1cb1cf34cc79cda36f0f9019874/BappModules/botocore/client.py", line 359, in _create_api_method _api_call.name = str(py_operation_name) UnicodeEncodeError: 'ascii' codec can't encode character u'\u0131' in position 7: ordinal not in range(128)

All softwares are latest. I tested it on Kali linux 2022.1, Kali linux 2021.2, Kali linux 2020.4, Windows 10

Used burp versions; Burp latest community/professional, default Burp community/professional versions on what I tested os

Just worked on Kali linux 2019.1a and oldest versions

Regards

DaveYesland commented 2 years ago

Where were you copy and pasting the access keys from? This looks like a dangling non-ascii character possibly got in there somehow?