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

error #10

Closed Kalimon12 closed 5 years ago

Kalimon12 commented 5 years ago

Traceback (most recent call last): File "/root/burpsuit/IPRotate_Burp_Extension-master/IPRotate.py", line 8, in import boto3 ImportError: No module named boto3

Alaswadi commented 5 years ago

got the same error i'm using kali and installed boto3 using this command pip install boto3

ThunderSon commented 5 years ago

Hi guys. When u do pip install boto3, you are adding it to the system wide packages, and not for jython. If you are using Jython standalone jar, you need to link the system python2.7 packages in the Jython options in Burp.

  1. Go to Extender -> Options -> Folder for loading modules
  2. Set here the python 2.7 packages related to your systems. If you installed Jython, you should use the integrated pip with Jython.
  3. Download and install Jython
  4. Set the Jython jar file in the python environment.
  5. ./bin/pip install boto3