diff --git a/README.md b/README.md index 42aa4d4..0e7e710 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # DeserLab Java deserialization exploitation lab. + +Simple Java client and server application that implements a custom network protocol using the Java serialization format to demonstrate Java deserialization vulnerabilities. + +## Usage +First launch the server-side component as follows: + + DeserLab.jar -server + +Next, use the client to interact with the server component as follows: + + DeserLab.jar -client + +Now pop some calcs ;)