What problem does it solve? Security testers need a structured methodology to find and exploit insecure deserialization flaws, which are easy to miss because serialized data hides in cookies, headers, message queues, and file uploads across many language-specific formats. ## Core Features & Use Cases - Multi-Language Sink Identification: Recognize serialized data signatures for PHP, Java, .NET, Python, Node.js, Golang, Ruby, and Rust, including magic bytes like rO0 and ac ed 00 05. - Exploitation Guidance: Apply gadget chain tools such as ysoserial, phpggc, and ysoserial.net, plus magic method and type confusion abuse techniques. - Modern Attack Surface Coverage: Test deserialization in Kubernetes admission webhooks, Kafka/RabbitMQ consumers, serverless functions, and CI/CD pipelines. - Use Case: During a web application pentest you intercept a Base64 cookie starting with rO0; use this checklist to confirm Java serialization, generate a ysoserial payload, and verify impact non-destructively. ## Quick Start Use the insecure deserialization skill to analyze this intercepted request for serialized objects and suggest safe verification steps.