-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicky Bloor
committed
Aug 12, 2017
1 parent
e6a1a8e
commit 65bbb9e
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ;) |