Skip to content

Files

Latest commit

459f4c0 · Jul 4, 2021

History

History
This branch is 911 commits behind swisskyrepo/PayloadsAllTheThings:master.

Insecure Deserialization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 6, 2019
Jul 4, 2021
Jun 25, 2021
Mar 6, 2019
Jun 25, 2021
Mar 6, 2019

Insecure Deserialization

Serialization is the process of turning some object into a data format that can be restored later. People often serialize objects in order to save them to storage, or to send as part of communications. Deserialization is the reverse of that process -- taking data structured from some format, and rebuilding it into an object - OWASP

Check the following sub-sections, located in other files :

References