mwielgoszewski / jython-burp-api

Develop Burp extensions in Jython
http://www.tssci-security.com/archives/2013/02/14/extending-burp-with-jython-burp-api/
ISC License
177 stars 37 forks source link

Compiling jython.jar #8

Open dvolvox opened 9 years ago

dvolvox commented 9 years ago

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?

dancudds commented 8 years ago

Same here

mclebaron commented 7 years ago

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

nitrocode commented 7 years ago

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.

jkryanchou commented 5 years ago

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