diff --git a/help/help-ja.html b/help/help-ja.html index 8f6e67f..6de4041 100644 --- a/help/help-ja.html +++ b/help/help-ja.html @@ -1702,14 +1702,18 @@

3.7.1. Logging

Logging target
-
[ProxyLog] チェックボックス
+
[Proxy Log] チェックボックス

Match and Replace や Inspecter での変更後の値のProxyLogが記録されます。

-
[ToolLog] チェックボックス
+
[Tool Log] チェックボックス

各種Toolのログの値が記録されます。

+
[WebSocket Log] check box
+
+

Websocketのログが記録されます。

+
[history is included] チェックボックス

auto loggingがオフの状態でのみチェックできます。 @@ -2694,10 +2698,17 @@

3.10. Generate CSRF PoC

複数フォームによるPoCを作成するのに便利なコードを出力します。

-
[HTML5] チェックボックス
+
[XHR] チェックボックス
+
+

PoCの罠をXHRの機能を利用して作成します。

+
+
[with X-Header] チェックボックス
+
+

XHR チェック時に「X-」で始まるヘッダを設定します。

+
+
[Legacy FileUpload] チェックボックス
-

PoCの罠をHTML5の機能を利用して作成します。 -バイナリアップロードを行う場合ここをチェックします。

+

textareaを利用したファイルアップロードを行います。(Internet Exploler限定のテクニックです。)

@@ -2720,7 +2731,7 @@

3.10. Generate CSRF PoC

text area を利用してPoCを作成します。
Bodyの内容をそのまま送信したい場合に選択します。
-バイナリを含む項目の場合はうまくいかない場合があります。そのときはHTML5のBinayを利用してください。

+バイナリを含む項目の場合はうまくいかない場合があります。そのときはデフォルトのオプションを利用してください。

@@ -2804,7 +2815,7 @@

3.11. Version

diff --git a/help/help.html b/help/help.html index e4dee83..f9654f4 100644 --- a/help/help.html +++ b/help/help.html @@ -1725,13 +1725,17 @@

3.7.1. Logging

Logging target
-
[ProxyLog] check box
+
[Proxy Log] check box

ProxyLog of the value after the change in Match and Replace or Inspecter is recorded.

-
[ToolLog] check box
+
[Tool Log] check box
-

Log values ​​of various tools are recorded.

+

Log values of various tools are recorded.

+
+
[WebSocket Log] check box
+
+

Websocket logs will be recorded.

[history is included] check box
@@ -2721,15 +2725,17 @@

3.10. Generate CSRF PoC

Outputs code that is useful for creating a multi-form PoC.

-
[HTML5] check box
+
[XHR] check box
+
+

Create a PoC trap using XHR functions.

+
+
[with X-Header] check box
-

Create a PoC trap using HTML5 functions. -Check here when performing binary upload.

+

Set the header starting with "X-" when checking XHR.

-
[Binay] check box
+
[Legacy FileUpload] check box
-

No check is required in the current version. -If you check [HTML5], binary upload is enabled by default.

+

File upload using textarea. (This is an Internet Explorer-only technique.)

@@ -2750,9 +2756,8 @@

3.10. Generate CSRF PoC

plain
-

Create PoC using text area.
-Select when you want to send the contents of the Body as it is.
-This may not work for items that contain binaries. In that case, please use Binay of HTML5.

+

Select this option if you want to send the contents of Body as is.
+This option may not work for items that contain binaries. In that case, use the default option.

@@ -2836,7 +2841,7 @@

3.11. Version

diff --git a/help/images/custom_CSRF_PoC.png b/help/images/custom_CSRF_PoC.png index a066131..93bd1cd 100644 Binary files a/help/images/custom_CSRF_PoC.png and b/help/images/custom_CSRF_PoC.png differ diff --git a/help/images/custom_logging.png b/help/images/custom_logging.png index f978bbe..de2c57b 100644 Binary files a/help/images/custom_logging.png and b/help/images/custom_logging.png differ diff --git a/release/YaguraExtension-v3.1.jar b/release/YaguraExtension-v3.1.jar index b423ad7..a22ce12 100644 Binary files a/release/YaguraExtension-v3.1.jar and b/release/YaguraExtension-v3.1.jar differ diff --git a/src/main/help/help-ja.adoc b/src/main/help/help-ja.adoc index 848b7cb..1ea96f1 100644 --- a/src/main/help/help-ja.adoc +++ b/src/main/help/help-ja.adoc @@ -701,12 +701,15 @@ Compress Log:: ===== Logging target -[ProxyLog] チェックボックス:: +[Proxy Log] チェックボックス:: Match and Replace や Inspecter での変更後の値のProxyLogが記録されます。 -[ToolLog] チェックボックス:: +[Tool Log] チェックボックス:: 各種Toolのログの値が記録されます。 +[WebSocket Log] check box:: + Websocketのログが記録されます。 + [history is included] チェックボックス:: auto loggingがオフの状態でのみチェックできます。 チェックすると現時点でHistoryに記録されているすべてののログをファイルに記録します。 @@ -1368,9 +1371,14 @@ image:images/custom_CSRF_PoC.png[YaguraExtender CSRF-PoC] [multi form] チェックボックス:: 複数フォームによるPoCを作成するのに便利なコードを出力します。 -[HTML5] チェックボックス:: - PoCの罠をHTML5の機能を利用して作成します。 - バイナリアップロードを行う場合ここをチェックします。 +[XHR] チェックボックス:: + PoCの罠をXHRの機能を利用して作成します。 + +[with X-Header] チェックボックス:: + XHR チェック時に「X-」で始まるヘッダを設定します。 + +[Legacy FileUpload] チェックボックス:: + textareaを利用したファイルアップロードを行います。(Internet Exploler限定のテクニックです。) .Content-Type auto:: Content-Typeを自動判定します。 @@ -1378,7 +1386,7 @@ urlencode:: text フィールドを利用してPoCを作成します。 + multi part:: Content-TypeがMulti partの場合にこの選択を行います。 + plain:: text area を利用してPoCを作成します。 + Bodyの内容をそのまま送信したい場合に選択します。 + - バイナリを含む項目の場合はうまくいかない場合があります。そのときはHTML5のBinayを利用してください。 + バイナリを含む項目の場合はうまくいかない場合があります。そのときはデフォルトのオプションを利用してください。 ==== ViewState タブ diff --git a/src/main/help/help.adoc b/src/main/help/help.adoc index 8a064bc..7fe52e2 100644 --- a/src/main/help/help.adoc +++ b/src/main/help/help.adoc @@ -708,11 +708,14 @@ Compress Log:: ===== Logging target -[ProxyLog] check box:: +[Proxy Log] check box:: ProxyLog of the value after the change in Match and Replace or Inspecter is recorded. -[ToolLog] check box:: - Log values ​​of various tools are recorded. +[Tool Log] check box:: + Log values of various tools are recorded. + +[WebSocket Log] check box:: + Websocket logs will be recorded. [history is included] check box:: This can be checked only when auto logging is off. @@ -1379,21 +1382,21 @@ image:images/custom_CSRF_PoC.png[YaguraExtender CSRF-PoC] [multi form] check box:: Outputs code that is useful for creating a multi-form PoC. -[HTML5] check box:: - Create a PoC trap using HTML5 functions. - Check here when performing binary upload. +[XHR] check box:: + Create a PoC trap using XHR functions. -[Binay] check box:: - No check is required in the current version. - If you check [HTML5], binary upload is enabled by default. +[with X-Header] check box:: + Set the header starting with "X-" when checking XHR. + +[Legacy FileUpload] check box:: + File upload using textarea. (This is an Internet Explorer-only technique.) .Content-Type auto:: Content-Type is automatically determined. urlencode:: Create PoC using text field. + multi part:: Make this selection when Content-Type is Multi part. + - plain:: Create PoC using text area. + - Select when you want to send the contents of the Body as it is. + - This may not work for items that contain binaries. In that case, please use Binay of HTML5. + plain:: Select this option if you want to send the contents of Body as is. + +This option may not work for items that contain binaries. In that case, use the default option. ==== View State tab diff --git a/src/main/help/images/custom_CSRF_PoC.png b/src/main/help/images/custom_CSRF_PoC.png index a066131..93bd1cd 100644 Binary files a/src/main/help/images/custom_CSRF_PoC.png and b/src/main/help/images/custom_CSRF_PoC.png differ diff --git a/src/main/help/images/custom_logging.png b/src/main/help/images/custom_logging.png index f978bbe..de2c57b 100644 Binary files a/src/main/help/images/custom_logging.png and b/src/main/help/images/custom_logging.png differ