Skip to content

Commit bfab164

Browse files
author
isayan
committed
Readme update
1 parent 3a77ccb commit bfab164

File tree

4 files changed

+53
-12
lines changed

4 files changed

+53
-12
lines changed

Readme-ja.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ Burp suite の v2020.3 以降において、 ViewState 表示がされなくな
1616

1717
また既存の Burp suite の ViewState にあった一部の問題を修正しています。
1818

19+
## 最新版について
20+
21+
メインのリポジトリ(master)には開発中のコードが含まれている場合があります。
22+
安定したリリース版は、以下よりダウンロードしてください。
23+
24+
* https://github.com/raise-isayan/ViewStateDecoder/releases
25+
26+
利用するバージョンは以下のものをご利用ください
27+
28+
* Burp suite v2023.1.2 より前のバージョン
29+
* ViewStateDecoder v0.5.3.0 以前
30+
31+
* Burp suite v2023.1.2 より後のバージョン
32+
* ViewStateDecoder v3.0.0 以降
33+
* ViewStateDecoder v0.5.3.0 以前(現時点で利用可)
34+
1935
## 利用方法
2036

2137
Burp suite の Extenderは以下の手順で読み込めます。
@@ -102,18 +118,18 @@ gradlew release
102118
## 実行環境
103119

104120
.Java
105-
* JRE (JDK) 11 (Open JDK is recommended) (https://openjdk.java.net/)
121+
* JRE (JDK) 17 (Open JDK is recommended) (https://openjdk.java.net/)
106122

107123
.Burp suite
108-
* v2020 or higher (http://www.portswigger.net/burp/)
124+
* v2023.1.2 or higher (http://www.portswigger.net/burp/)
109125

110126
## 開発環境
111-
* NetBean 13.0 (https://netbeans.apache.org/)
112-
* Gradle 7.0.2 (https://gradle.org/)
127+
* NetBean 18.0 (https://netbeans.apache.org/)
128+
* Gradle 7.5 (https://gradle.org/)
113129

114130
## 必須ライブラリ
115131
ビルドには別途 [BurpExtensionCommons](https://github.com/raise-isayan/BurpExtensionCommons) のライブラリを必要とします。
116-
* BurpExtensionCommons v0.5.x
132+
* BurpExtensionCommons v3.1.x
117133
* https://github.com/raise-isayan/BurpExtensionCommons
118134

119135
## 利用ライブラリ
@@ -122,8 +138,13 @@ gradlew release
122138
* Apache License 2.0
123139
* https://github.com/google/gson/blob/master/LICENSE
124140

141+
* Universal Chardet for java (https://code.google.com/archive/p/juniversalchardet/)
142+
* MPL 1.1
143+
* https://code.google.com/archive/p/juniversalchardet/
144+
145+
125146
以下のバージョンで動作確認しています。
126-
* Burp suite v2020.12.1
147+
* Burp suite v2023.9.2
127148

128149
## 注意事項
129150
このツールは、私個人が勝手に開発したもので、PortSwigger社は一切関係ありません。本ツールを使用したことによる不具合等についてPortSwiggerに問い合わせないようお願いします。

Readme.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ It is intended for use with Burp suite v2020.x or later.
1717

1818
Fixed 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

2238
The 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
117133
Building 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+
127147
Operation is confirmed with the following versions.
128-
* Burp suite v2020.12.1
148+
* Burp suite v2023.9.2
129149

130150
## important
131151
This 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.
Binary file not shown.

release/ViewStateDecoder-v3.0.jar

492 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)