You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 is the following.
First I open Burp loading the extension from the command line with the following command:
$ java -Djava.lo.tmpdir=C:\Temp -classpath burpsuite_pro_v1.6.jar;extensions\JDSer-ng\BurpJDSer-ng.jar;extensions\JDSer-ng\xstream-1.4.4.jar;libs* burp.StartBurp
I send a serialized request to repeater as the image shows.
I modify it.
Then, clicking on "Go" does not work. And if I click on "Raw" the request disappears as can be seen in the following image.
Sometimes I have achieved to correctly send the modified request. But most of the time this bug happens. The same happens when intercepting the request. In the case of intruder, the request is not deserialized (so I cannot freely modify it).
I tested this behaviour with Burp 1.6 and 1.5.21 (Pro versions). The same happens if I manually load the extension. I use Java 7 (jre7).
If you need any other information, ask me.
Thanks for your time,
newlog.
The text was updated successfully, but these errors were encountered:
newlog
changed the title
Request dissapearing from repeater after modifying serialized data
Request dissapearing from repeater after modifying deserialized data
Jun 12, 2014
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 is the following.
First I open Burp loading the extension from the command line with the following command:
$ java -Djava.lo.tmpdir=C:\Temp -classpath burpsuite_pro_v1.6.jar;extensions\JDSer-ng\BurpJDSer-ng.jar;extensions\JDSer-ng\xstream-1.4.4.jar;libs* burp.StartBurp
I send a serialized request to repeater as the image shows.
I modify it.
Then, clicking on "Go" does not work. And if I click on "Raw" the request disappears as can be seen in the following image.
Sometimes I have achieved to correctly send the modified request. But most of the time this bug happens. The same happens when intercepting the request. In the case of intruder, the request is not deserialized (so I cannot freely modify it).
I tested this behaviour with Burp 1.6 and 1.5.21 (Pro versions). The same happens if I manually load the extension. I use Java 7 (jre7).
If you need any other information, ask me.
Thanks for your time,
newlog.
The text was updated successfully, but these errors were encountered: