From 74128fafbfc52a59926f90b35a46bc37385f18ae Mon Sep 17 00:00:00 2001 From: Eric Gruber Date: Mon, 6 Jul 2020 15:42:31 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index de7d6f6..8aae942 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Note +**I am not actively updating this extension. I recommend using either https://github.com/federicodotta/Java-Deserialization-Scanner or https://portswigger.net/bappstore/e20cad259d73403bba5ac4e393a8583f for exploiting Java Deserialization** + # Java Serial Killer Burp extension to perform Java Deserialization Attacks using the ysoserial payload generator tool. From 975871a5244b336fe9987ee0d6cdfff2067925b8 Mon Sep 17 00:00:00 2001 From: Eric Gruber Date: Fri, 17 Jul 2020 16:52:59 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aae942..3af599e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Note -**I am not actively updating this extension. I recommend using either https://github.com/federicodotta/Java-Deserialization-Scanner or https://portswigger.net/bappstore/e20cad259d73403bba5ac4e393a8583f for exploiting Java Deserialization** +**I am not actively updating this extension. I recommend using either https://github.com/federicodotta/Java-Deserialization-Scanner, https://portswigger.net/bappstore/e20cad259d73403bba5ac4e393a8583f, or https://portswigger.net/bappstore/ae1cce0c6d6c47528b4af35faebc3ab3 for exploiting Java Deserialization** # Java Serial Killer