Luca Carettoni
Luca Carettoni
This extension is no longer maintained, so you would need to use an old version of Burp
This extension is no longer supported, and it works on Burp 1.7.x only. You can download the 1.7 version from Portswigger website.
Which version of Java and Burp Pro? Also, which OS?
Hi Peleus, I tried the JAR on the exact same configuration and I was NOT able to reproduce this issue. It looks like a problem with the classpath, but "burp.BurpExtender"...
Hi Stefano, Which Java JRE? `java -version` As a workaround, you could probably use `$ java -cp ./parrotng_v0.2.jar -jar burpsuite_pro_v1.6.20.jar`
Thanks - I will take a look again during the next week.
Sorry for the delay. It's in my todo list but just got busy with work stuff. Hopefully towards the end of this month.
Thanks! The library is currently supporting Java8, while _ObjectInputFilter_ is available on Java9 only. It's a great idea, but we would need to implement a mechanism to decide the strategy...
Interesting. I didn't know and I will take a look.
Including the config in the jar is definitely a good suggestion to make sure that people relying on blacklisting use the latest version. Having said that, I didn't include the...