mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 17:01:53 +08:00
added link to talk slides
This commit is contained in:
@@ -7,6 +7,8 @@ A proof-of-concept tool for generating payloads that exploit unsafe Java object
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
Released as part of AppSecCali 2015 Talk ["Marshalling Pickles: how deserializing objects will ruin your day"](http://www.slideshare.net/frohoff1/appseccali-2015-marshalling-pickles)
|
||||||
|
|
||||||
ysoserial is a collection of utilities and property-oriented programming "gadget chains" discovered in common java
|
ysoserial is a collection of utilities and property-oriented programming "gadget chains" discovered in common java
|
||||||
libraries. The main driver program takes a user-specified command and wraps it in the user-specified gadget chain, then
|
libraries. 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
|
serializes these objects to stdout. When an application with the required gadgets on the classpath unsafely deserializes
|
||||||
|
|||||||
Reference in New Issue
Block a user