@@ -17,6 +17,22 @@ It is intended for use with Burp suite v2020.x or later.
1717
1818Fixed some issues with ViewState in the existing Burp suite.
1919
20+ ## About the latest version
21+
22+ The main repository (master) may contain code under development.
23+ Please download the stable release version from the following.
24+
25+ * https://github.com/raise-isayan/ViewStateDecoder/releases
26+
27+ Please use the following versions
28+
29+ * Burp suite v2023.1.2 or less than
30+ * ViewStateDecoder v2.2.14.0 or less than
31+
32+ * Burp suite v2023.1.2 or above
33+ * ViewStateDecoder v3.0.0 or above
34+ * ViewStateDecoder v0.5.3.0 or less (currently available)
35+
2036## How to Use
2137
2238The Burp Suite Extender can be loaded by following the steps below.
@@ -104,18 +120,18 @@ gradlew release
104120## Runtime environment
105121
106122.Java
107- * JRE (JDK) 11 (Open JDK is recommended) (https://openjdk.java.net/ )
123+ * JRE (JDK) 17 (Open JDK is recommended) (https://openjdk.java.net/ )
108124
109125.Burp suite
110- * v2020 or higher (http://www.portswigger.net/burp/ )
126+ * v2023.1.2 or higher (http://www.portswigger.net/burp/ )
111127
112128## Development environment
113- * NetBean 13 .0 (https://netbeans.apache.org/ )
114- * Gradle 7.0.2 (https://gradle.org/ )
129+ * NetBean 18 .0 (https://netbeans.apache.org/ )
130+ * Gradle 7.5 (https://gradle.org/ )
115131
116132## Required libraries
117133Building requires a [ BurpExtensionCommons] ( https://github.com/raise-isayan/BurpExtensionCommons ) library.
118- * BurpExtensionCommons v0.5 .x
134+ * BurpExtensionCommons v3.1 .x
119135 * https://github.com/raise-isayan/BurpExtensionCommons
120136
121137## Use Library
@@ -124,8 +140,12 @@ Building requires a [BurpExtensionCommons](https://github.com/raise-isayan/BurpE
124140 * Apache License 2.0
125141 * https://github.com/google/gson/blob/master/LICENSE
126142
143+ * Universal Chardet for java (https://code.google.com/archive/p/juniversalchardet/ )
144+ * MPL 1.1
145+ * https://code.google.com/archive/p/juniversalchardet/
146+
127147Operation is confirmed with the following versions.
128- * Burp suite v2020.12.1
148+ * Burp suite v2023.9.2
129149
130150## important
131151This tool developed by my own personal use, PortSwigger company is not related at all. Please do not ask PortSwigger about problems, etc. caused by using this tool.
0 commit comments