/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.tiraniddo.dev
| | y4y.space
4.4 parsecs away

Travel
| | Preface I finally got my shit together and decided to sit down and learn Java deserialization. So, I decided it'd be the best way to learn by analyzing the PoCs online, and ysoserial just happens to be one. I will probably analyze all the CommonCollections gadgets first, then move onto the rests. This is how...
| | stackchief.com
1.6 parsecs away

Travel
| | Java serialization in depth including what is serialization, why we need serialization in Java, how it works, the serializable interface, problems with serialization and examples.
| | inside.java
2.6 parsecs away

Travel
| | While the concept of serialization is quite simple, it often gets complicated very quickly given the various customizations that can be applied. For records we wanted to keep things as simple and straightforward as possible...
| | enix.io
12.7 parsecs away

Travel
| This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution.