Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Bloor committed Aug 12, 2017
1 parent e6a1a8e commit 65bbb9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <listen-address> <listen-port>

Next, use the client to interact with the server component as follows:

DeserLab.jar -client <server-address> <server-port>

Now pop some calcs ;)

0 comments on commit 65bbb9e

Please sign in to comment.