-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:NetSPI/JavaSerialKiller
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
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 +1,21 @@ | ||
# JavaSerialKiller | ||
# Java Serial Killer | ||
|
||
Burp extension to perform Java Deserialization Attacks using the ysoserial payload generator tool. | ||
|
||
Blog https://blog.netspi.com/java-deserialization-attacks-burp/ | ||
|
||
Chris Frohoff's ysoserial (https://github.com/frohoff/ysoserial) | ||
|
||
Requirements: Java 8 | ||
|
||
Download from the Releases tab: https://github.com/NetSPI/Burp-Extensions/releases | ||
|
||
Right-click on a request and select Send to Java Serial Killer | ||
|
||
![alt tag](https://blog.netspi.com/wp-content/uploads/2016/03/img_56d5dddfa31e3.png) | ||
|
||
Select the payload that you want, type in the command, and press Serialize | ||
|
||
![alt tag](https://blog.netspi.com/wp-content/uploads/2016/03/img_56d5de37cf801.png) | ||
|
||
From here you can press Go button to send the request or right-click and send it to another tool. |