Deserialization Attacks
In this hands-on lab, you will learn the basics of deserialization attacks. You will practice performing deserialization attacks using Python scripts and Burp Suite.

Course Content
Upon completing this lab, you should be able to:
- Define "data serialization" and "deserialization".
- Identify serialized data and unsafe methods in code.
- Exploit vulnerable deserialization using Python scripts.
- Exploit vulnerable deserialization using Burp Suite.