Open d4wner opened 7 years ago
Hi,
You need to install it using the jython 2.7 you download and not python.Though, the easiest way is to install it from the burp store inside burp extender tab.
Another way would be to run pip install -r requirements.txt
using the pip from your jython installation. Or follow instruction from the wiki page.
Let me know if there's anything else.
Hi, I'm sure I‘m using jython-standalone-2.7-b1.jar. And I've seen the Burp store, this project warns that I should update to a later version to install it. But I've been at burp version 1.7.11. Now I'm so confused about it...
Hi @d4wner,
You must use the file jython-installer-2.7.0.jar
to install the jython files in a directory and you will find /path/to/install/jython27/bin/pip
and pip is use to install the component. the standalone version you won't be able to use the pip related to it.
Also burp is now at version 1.7.22. 1.7.11 is from October 2016 so technically your burp can't install the latest version inside burp extender.
RT, I've installed the tld module from requestments. Then I tryed to load tld module in ipython, and it successed. But when I tried to install the plugin, it made some errors. By the way, I 've restart the burp for many times. How could I solve the problem ?