What problem does it solve? Bug bounty hunters and penetration testers often miss insecure deserialization flaws because they require recognizing language-specific serialization formats and crafting gadget chains. This Skill provides a systematic methodology to identify serialized objects in requests and escalate them to remote code execution. ## Core Features & Use Cases - Multi-Language Coverage: Detection signatures and exploitation steps for Java (ysoserial), PHP (phpggc, phar://), Python (pickle, yaml.load), .NET (ViewState, BinaryFormatter), Ruby (Marshal.load), Node (node-serialize), and JNDI/Log4Shell injection. - Out-of-Band Confirmation: Uses DNS/HTTP callbacks via interactsh or collaborator hosts to prove blind deserialization RCE without direct output. - Use Case: While testing a Java application, you notice a cookie starting with rO0A. Use this Skill to confirm it is a base64 Java serialized object, generate a CommonsCollections gadget chain with ysoserial, and prove RCE via an out-of-band callback for a Critical-severity report. ## Quick Start Ask the AI to check the target application for insecure deserialization vulnerabilities and generate proof-of-concept payloads for any serialized objects found.