The correct way to install Jython (for Burpsuite)

You need to install Jython the correct way in order to ensure some of the Burp plugins work correctly. Some of these Burp plugins depend on Python libraries for e.g. requests, so installing Jython and then using 

$ wget https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar

$ java -jar jython-installer-2.7.2.jar -s -d /path/to/install/jython -t standard

Further for e.g. if you need requests install it like this:

Download requests-2.25.1.tar.gz from the official repo (https://pypi.org/project/requests/#files), then go to that directory in terminal, and type the following command,


java -jar /Users/brutus/Downloads/jython-standalone-2.7.2.jar setup.py install




Comments

Popular posts from this blog

RFID cloning with Proxmark3 Easy

Extracting an IPA; App distributed through Testflight