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
Right-click on a request and select Send to Java Serial Killer
Highlight the area or parameter you want the serialized Java object to replace
Select the payload that you want, type in the command, choose to base64 encode or not, and press Serialize
Note: You do not need to re-highlight the serialized Java object if you change the payload or command. It will automatically update the request with the correct serialization in the spot that you highlighted the first time, even if you base64 encode it.
From here you can press Go button to send the request or right-click and send it to another tool.
##Examples
###Serialize Request Body
Highlight request body
Press the Serialize button
Check the Base64 Encode box and press the Serialize button
###Serialize Request Body Parameter
Highlighting parameter in request body
Press the Serialize button
Check the Base64 Encode box and press the Serialize button
About
Burp extension to perform Java Deserialization Attacks