BurpJDSer-ng
BurpJDSer-ng copied to clipboard
Allows you to deserialize java objects to XML and lets you dynamically load classes/jars as needed
Hello, I've been working with your extension for about two days. I've been uncapable to make it work right so I can modify serialized requests in the repeater. The workflow...
DSing the response works just fine, but when DSing the request this Exeptions is thrown: ``` java.lang.ClassNotFoundException: boolean at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) ... ``` are you familiar with...
I experienced a problem where everything would work fine for deserialising the object, all the .jars in ./libs/ and I used the "Reload JARs" function and everything was fine. However,...