.. /ysoserial
Quick Usage
For this tool the run command is:
docker run -it --rm frohoff/ysoserial CommonsCollections1 <payload> '<command>'
Categories
webappexploitation
Description
ysoserial is a collection of utilities and property-oriented programming "gadget chains" discovered in common java libraries that can, under the right conditions, exploit Java applications performing unsafe deserialization of objects. The main driver program takes a user-specified command and wraps it in the user-specified gadget chain, then serializes these objects to stdout. When an application with the required gadgets on the classpath unsafely deserializes this data, the chain will automatically be invoked and cause the command to be executed on the application host.
It should be noted that the vulnerability lies in the application performing unsafe deserialization and NOT in having gadgets on the classpath.
Official Documentation
Reference: https://github.com/frohoff/ysoserial