JavaSerialKiller
Burp extension to perform Java Deserialization Attacks
Table of Contents
Loading contents...
README.md
Note
I am not actively updating this extension. I recommend using either https://github.com/federicodotta/Java-Deserialization-Scanner, https://portswigger.net/bappstore/e20cad259d73403bba5ac4e393a8583f, or https://portswigger.net/bappstore/ae1cce0c6d6c47528b4af35faebc3ab3 for exploiting Java Deserialization
Java Serial Killer
Burp extension to perform Java Deserialization Attacks using the ysoserial payload generator tool.
Blog https://blog.netspi.com/java-deserialization-attacks-burp/
Chris Frohoff’s ysoserial (https://github.com/frohoff/ysoserial)
Download & Requirements
Download from the Releases tab: https://github.com/NetSPI/JavaSerialKiller/releases
Requirements: Java 8
Instructions
- 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
Tool Information
Related Tools
Burp-AnonymousCloud
Burp extension that performs a passive scan to identify cloud buckets and then test them for publicly accessible vulnerabilities
Stablehackvertor
Hackvertor is a tag based conversion tool written in Java implemented as a Burp Suite extension
Stableformatify
Formatify is a Burp Suite extension that instantly converts HTTP requests into multiple formats like cURL, Python, PowerShell, and more—saving time and streamlining your workflow. 🚀
Stable