1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-12 02:16:04 +02:00
PayloadsAllTheThings/Insecure Deserialization
Jaimin Gohel 3b4218e2a6
Added CTF writeup in reference section
Added below URL:

https://medium.com/@jaimin_gohel/ctf-writeup-php-object-injection-in-kaspersky-ctf-28a68805610d
2019-03-20 12:19:25 +05:30
..
Files Fix name's capitalization 2019-03-07 00:07:55 +01:00
Java.md Fix name's capitalization 2019-03-07 00:07:55 +01:00
PHP.md Added CTF writeup in reference section 2019-03-20 12:19:25 +05:30
Python.md Fix name's capitalization 2019-03-07 00:07:55 +01:00
README.md Fix name's capitalization 2019-03-07 00:07:55 +01:00
Ruby.md Fix name's capitalization 2019-03-07 00:07:55 +01:00

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