Skip to content

Commit

Permalink
機能追加によるHelp修正
Browse files Browse the repository at this point in the history
  • Loading branch information
isayan committed Sep 10, 2024
1 parent 699a301 commit 5b83e24
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 38 deletions.
25 changes: 18 additions & 7 deletions help/help-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -1702,14 +1702,18 @@ <h4 id="_logging">3.7.1. Logging</h4>
<h5 id="_logging_target">Logging target</h5>
<div class="dlist">
<dl>
<dt class="hdlist1">[ProxyLog] チェックボックス</dt>
<dt class="hdlist1">[Proxy Log] チェックボックス</dt>
<dd>
<p>Match and Replace や Inspecter での変更後の値のProxyLogが記録されます。</p>
</dd>
<dt class="hdlist1">[ToolLog] チェックボックス</dt>
<dt class="hdlist1">[Tool Log] チェックボックス</dt>
<dd>
<p>各種Toolのログの値が記録されます。</p>
</dd>
<dt class="hdlist1">[WebSocket Log] check box</dt>
<dd>
<p>Websocketのログが記録されます。</p>
</dd>
<dt class="hdlist1">[history is included] チェックボックス</dt>
<dd>
<p>auto loggingがオフの状態でのみチェックできます。
Expand Down Expand Up @@ -2694,10 +2698,17 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
<dd>
<p>複数フォームによるPoCを作成するのに便利なコードを出力します。</p>
</dd>
<dt class="hdlist1">[HTML5] チェックボックス</dt>
<dt class="hdlist1">[XHR] チェックボックス</dt>
<dd>
<p>PoCの罠をXHRの機能を利用して作成します。</p>
</dd>
<dt class="hdlist1">[with X-Header] チェックボックス</dt>
<dd>
<p>XHR チェック時に「X-」で始まるヘッダを設定します。</p>
</dd>
<dt class="hdlist1">[Legacy FileUpload] チェックボックス</dt>
<dd>
<p>PoCの罠をHTML5の機能を利用して作成します。
バイナリアップロードを行う場合ここをチェックします。</p>
<p>textareaを利用したファイルアップロードを行います。(Internet Exploler限定のテクニックです。)</p>
</dd>
</dl>
</div>
Expand All @@ -2720,7 +2731,7 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
<dd>
<p>text area を利用してPoCを作成します。<br>
Bodyの内容をそのまま送信したい場合に選択します。<br>
バイナリを含む項目の場合はうまくいかない場合があります。そのときはHTML5のBinayを利用してください</p>
バイナリを含む項目の場合はうまくいかない場合があります。そのときはデフォルトのオプションを利用してください</p>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -2804,7 +2815,7 @@ <h3 id="_version">3.11. Version</h3>
<div id="footer">
<div id="footer-text">
Version unspecified<br>
Last updated 2024-08-31 16:45:23 +0900
Last updated 2024-09-10 19:41:06 +0900
</div>
</div>
</body>
Expand Down
31 changes: 18 additions & 13 deletions help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -1725,13 +1725,17 @@ <h4 id="_logging">3.7.1. Logging</h4>
<h5 id="_logging_target">Logging target</h5>
<div class="dlist">
<dl>
<dt class="hdlist1">[ProxyLog] check box</dt>
<dt class="hdlist1">[Proxy Log] check box</dt>
<dd>
<p>ProxyLog of the value after the change in Match and Replace or Inspecter is recorded.</p>
</dd>
<dt class="hdlist1">[ToolLog] check box</dt>
<dt class="hdlist1">[Tool Log] check box</dt>
<dd>
<p>Log values ​​of various tools are recorded.</p>
<p>Log values of various tools are recorded.</p>
</dd>
<dt class="hdlist1">[WebSocket Log] check box</dt>
<dd>
<p>Websocket logs will be recorded.</p>
</dd>
<dt class="hdlist1">[history is included] check box</dt>
<dd>
Expand Down Expand Up @@ -2721,15 +2725,17 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
<dd>
<p>Outputs code that is useful for creating a multi-form PoC.</p>
</dd>
<dt class="hdlist1">[HTML5] check box</dt>
<dt class="hdlist1">[XHR] check box</dt>
<dd>
<p>Create a PoC trap using XHR functions.</p>
</dd>
<dt class="hdlist1">[with X-Header] check box</dt>
<dd>
<p>Create a PoC trap using HTML5 functions.
Check here when performing binary upload.</p>
<p>Set the header starting with "X-" when checking XHR.</p>
</dd>
<dt class="hdlist1">[Binay] check box</dt>
<dt class="hdlist1">[Legacy FileUpload] check box</dt>
<dd>
<p>No check is required in the current version.
If you check [HTML5], binary upload is enabled by default.</p>
<p>File upload using textarea. (This is an Internet Explorer-only technique.)</p>
</dd>
</dl>
</div>
Expand All @@ -2750,9 +2756,8 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
</dd>
<dt class="hdlist1">plain</dt>
<dd>
<p>Create PoC using text area.<br>
Select when you want to send the contents of the Body as it is.<br>
This may not work for items that contain binaries. In that case, please use Binay of HTML5.</p>
<p>Select this option if you want to send the contents of Body as is. <br>
This option may not work for items that contain binaries. In that case, use the default option.</p>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -2836,7 +2841,7 @@ <h3 id="_version">3.11. Version</h3>
<div id="footer">
<div id="footer-text">
Version unspecified<br>
Last updated 2024-08-31 16:47:38 +0900
Last updated 2024-09-10 19:43:35 +0900
</div>
</div>
</body>
Expand Down
Binary file modified help/images/custom_CSRF_PoC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/custom_logging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified release/YaguraExtension-v3.1.jar
Binary file not shown.
20 changes: 14 additions & 6 deletions src/main/help/help-ja.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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に記録されているすべてののログをファイルに記録します。
Expand Down Expand Up @@ -1368,17 +1371,22 @@ 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を自動判定します。
urlencode:: text フィールドを利用してPoCを作成します。 +
multi part:: Content-TypeがMulti partの場合にこの選択を行います。 +
plain:: text area を利用してPoCを作成します。 +
Bodyの内容をそのまま送信したい場合に選択します。 +
バイナリを含む項目の場合はうまくいかない場合があります。そのときはHTML5のBinayを利用してください
バイナリを含む項目の場合はうまくいかない場合があります。そのときはデフォルトのオプションを利用してください

==== ViewState タブ

Expand Down
27 changes: 15 additions & 12 deletions src/main/help/help.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
Binary file modified src/main/help/images/custom_CSRF_PoC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/help/images/custom_logging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b83e24

Please sign in to comment.