jython-burp-api icon indicating copy to clipboard operation
jython-burp-api copied to clipboard

Compiling jython.jar

Open dvolvox opened this issue 11 years ago • 4 comments

java -jar ../jython.jar -Dpython.path=Lib/:java/ run.py --file=state_empy -B burpsuite_pro_v1.6.08.jar Traceback (most recent call last): File "run.py", line 117, in start_burp(opt, *args) File "run.py", line 16, in start_burp from burp_extender import StartBurp ImportError: cannot import name StartBurp

why does this happen?

dvolvox avatar Jan 19 '15 16:01 dvolvox

Same here

dancudds avatar Apr 10 '16 03:04 dancudds

Likewise. Did anyone determine a cause/resolution for this?

mclebaron avatar Oct 11 '16 23:10 mclebaron

I can compile the files correctly and it looks like the op isn't having trouble compiling the files and instead is having an issue with loading the plugin from the command line.

I could not load jython and this plugin from the command line either. I found a workaround and wrote it in issue #12 by manually adding the plugin.

nitrocode avatar Oct 25 '16 00:10 nitrocode

I have met the same issue too. Is there any solution on it?

jkryanchou avatar Sep 29 '18 06:09 jkryanchou