Skip to content

Commit 5b83e24

Browse files
author
isayan
committed
機能追加によるHelp修正
1 parent 699a301 commit 5b83e24

File tree

9 files changed

+65
-38
lines changed

9 files changed

+65
-38
lines changed

help/help-ja.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,14 +1702,18 @@ <h4 id="_logging">3.7.1. Logging</h4>
17021702
<h5 id="_logging_target">Logging target</h5>
17031703
<div class="dlist">
17041704
<dl>
1705-
<dt class="hdlist1">[ProxyLog] チェックボックス</dt>
1705+
<dt class="hdlist1">[Proxy Log] チェックボックス</dt>
17061706
<dd>
17071707
<p>Match and Replace や Inspecter での変更後の値のProxyLogが記録されます。</p>
17081708
</dd>
1709-
<dt class="hdlist1">[ToolLog] チェックボックス</dt>
1709+
<dt class="hdlist1">[Tool Log] チェックボックス</dt>
17101710
<dd>
17111711
<p>各種Toolのログの値が記録されます。</p>
17121712
</dd>
1713+
<dt class="hdlist1">[WebSocket Log] check box</dt>
1714+
<dd>
1715+
<p>Websocketのログが記録されます。</p>
1716+
</dd>
17131717
<dt class="hdlist1">[history is included] チェックボックス</dt>
17141718
<dd>
17151719
<p>auto loggingがオフの状態でのみチェックできます。
@@ -2694,10 +2698,17 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
26942698
<dd>
26952699
<p>複数フォームによるPoCを作成するのに便利なコードを出力します。</p>
26962700
</dd>
2697-
<dt class="hdlist1">[HTML5] チェックボックス</dt>
2701+
<dt class="hdlist1">[XHR] チェックボックス</dt>
2702+
<dd>
2703+
<p>PoCの罠をXHRの機能を利用して作成します。</p>
2704+
</dd>
2705+
<dt class="hdlist1">[with X-Header] チェックボックス</dt>
2706+
<dd>
2707+
<p>XHR チェック時に「X-」で始まるヘッダを設定します。</p>
2708+
</dd>
2709+
<dt class="hdlist1">[Legacy FileUpload] チェックボックス</dt>
26982710
<dd>
2699-
<p>PoCの罠をHTML5の機能を利用して作成します。
2700-
バイナリアップロードを行う場合ここをチェックします。</p>
2711+
<p>textareaを利用したファイルアップロードを行います。(Internet Exploler限定のテクニックです。)</p>
27012712
</dd>
27022713
</dl>
27032714
</div>
@@ -2720,7 +2731,7 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
27202731
<dd>
27212732
<p>text area を利用してPoCを作成します。<br>
27222733
Bodyの内容をそのまま送信したい場合に選択します。<br>
2723-
バイナリを含む項目の場合はうまくいかない場合があります。そのときはHTML5のBinayを利用してください</p>
2734+
バイナリを含む項目の場合はうまくいかない場合があります。そのときはデフォルトのオプションを利用してください</p>
27242735
</dd>
27252736
</dl>
27262737
</div>
@@ -2804,7 +2815,7 @@ <h3 id="_version">3.11. Version</h3>
28042815
<div id="footer">
28052816
<div id="footer-text">
28062817
Version unspecified<br>
2807-
Last updated 2024-08-31 16:45:23 +0900
2818+
Last updated 2024-09-10 19:41:06 +0900
28082819
</div>
28092820
</div>
28102821
</body>

help/help.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,13 +1725,17 @@ <h4 id="_logging">3.7.1. Logging</h4>
17251725
<h5 id="_logging_target">Logging target</h5>
17261726
<div class="dlist">
17271727
<dl>
1728-
<dt class="hdlist1">[ProxyLog] check box</dt>
1728+
<dt class="hdlist1">[Proxy Log] check box</dt>
17291729
<dd>
17301730
<p>ProxyLog of the value after the change in Match and Replace or Inspecter is recorded.</p>
17311731
</dd>
1732-
<dt class="hdlist1">[ToolLog] check box</dt>
1732+
<dt class="hdlist1">[Tool Log] check box</dt>
17331733
<dd>
1734-
<p>Log values ​​of various tools are recorded.</p>
1734+
<p>Log values of various tools are recorded.</p>
1735+
</dd>
1736+
<dt class="hdlist1">[WebSocket Log] check box</dt>
1737+
<dd>
1738+
<p>Websocket logs will be recorded.</p>
17351739
</dd>
17361740
<dt class="hdlist1">[history is included] check box</dt>
17371741
<dd>
@@ -2721,15 +2725,17 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
27212725
<dd>
27222726
<p>Outputs code that is useful for creating a multi-form PoC.</p>
27232727
</dd>
2724-
<dt class="hdlist1">[HTML5] check box</dt>
2728+
<dt class="hdlist1">[XHR] check box</dt>
2729+
<dd>
2730+
<p>Create a PoC trap using XHR functions.</p>
2731+
</dd>
2732+
<dt class="hdlist1">[with X-Header] check box</dt>
27252733
<dd>
2726-
<p>Create a PoC trap using HTML5 functions.
2727-
Check here when performing binary upload.</p>
2734+
<p>Set the header starting with "X-" when checking XHR.</p>
27282735
</dd>
2729-
<dt class="hdlist1">[Binay] check box</dt>
2736+
<dt class="hdlist1">[Legacy FileUpload] check box</dt>
27302737
<dd>
2731-
<p>No check is required in the current version.
2732-
If you check [HTML5], binary upload is enabled by default.</p>
2738+
<p>File upload using textarea. (This is an Internet Explorer-only technique.)</p>
27332739
</dd>
27342740
</dl>
27352741
</div>
@@ -2750,9 +2756,8 @@ <h3 id="_generate_csrf_poc">3.10. Generate CSRF PoC</h3>
27502756
</dd>
27512757
<dt class="hdlist1">plain</dt>
27522758
<dd>
2753-
<p>Create PoC using text area.<br>
2754-
Select when you want to send the contents of the Body as it is.<br>
2755-
This may not work for items that contain binaries. In that case, please use Binay of HTML5.</p>
2759+
<p>Select this option if you want to send the contents of Body as is. <br>
2760+
This option may not work for items that contain binaries. In that case, use the default option.</p>
27562761
</dd>
27572762
</dl>
27582763
</div>
@@ -2836,7 +2841,7 @@ <h3 id="_version">3.11. Version</h3>
28362841
<div id="footer">
28372842
<div id="footer-text">
28382843
Version unspecified<br>
2839-
Last updated 2024-08-31 16:47:38 +0900
2844+
Last updated 2024-09-10 19:43:35 +0900
28402845
</div>
28412846
</div>
28422847
</body>

help/images/custom_CSRF_PoC.png

118 KB
Loading

help/images/custom_logging.png

1.46 KB
Loading

release/YaguraExtension-v3.1.jar

1 Byte
Binary file not shown.

src/main/help/help-ja.adoc

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -701,12 +701,15 @@ Compress Log::
701701

702702
===== Logging target
703703

704-
[ProxyLog] チェックボックス::
704+
[Proxy Log] チェックボックス::
705705
Match and Replace や Inspecter での変更後の値のProxyLogが記録されます。
706706

707-
[ToolLog] チェックボックス::
707+
[Tool Log] チェックボックス::
708708
各種Toolのログの値が記録されます。
709709

710+
[WebSocket Log] check box::
711+
Websocketのログが記録されます。
712+
710713
[history is included] チェックボックス::
711714
auto loggingがオフの状態でのみチェックできます。
712715
チェックすると現時点でHistoryに記録されているすべてののログをファイルに記録します。
@@ -1368,17 +1371,22 @@ image:images/custom_CSRF_PoC.png[YaguraExtender CSRF-PoC]
13681371
[multi form] チェックボックス::
13691372
複数フォームによるPoCを作成するのに便利なコードを出力します。
13701373

1371-
[HTML5] チェックボックス::
1372-
PoCの罠をHTML5の機能を利用して作成します。
1373-
バイナリアップロードを行う場合ここをチェックします。
1374+
[XHR] チェックボックス::
1375+
PoCの罠をXHRの機能を利用して作成します。
1376+
1377+
[with X-Header] チェックボックス::
1378+
XHR チェック時に「X-」で始まるヘッダを設定します。
1379+
1380+
[Legacy FileUpload] チェックボックス::
1381+
textareaを利用したファイルアップロードを行います。(Internet Exploler限定のテクニックです。)
13741382

13751383
.Content-Type
13761384
auto:: Content-Typeを自動判定します。
13771385
urlencode:: text フィールドを利用してPoCを作成します。 +
13781386
multi part:: Content-TypeがMulti partの場合にこの選択を行います。 +
13791387
plain:: text area を利用してPoCを作成します。 +
13801388
Bodyの内容をそのまま送信したい場合に選択します。 +
1381-
バイナリを含む項目の場合はうまくいかない場合があります。そのときはHTML5のBinayを利用してください
1389+
バイナリを含む項目の場合はうまくいかない場合があります。そのときはデフォルトのオプションを利用してください
13821390

13831391
==== ViewState タブ
13841392

src/main/help/help.adoc

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -708,11 +708,14 @@ Compress Log::
708708

709709
===== Logging target
710710

711-
[ProxyLog] check box::
711+
[Proxy Log] check box::
712712
ProxyLog of the value after the change in Match and Replace or Inspecter is recorded.
713713

714-
[ToolLog] check box::
715-
Log values ​​of various tools are recorded.
714+
[Tool Log] check box::
715+
Log values of various tools are recorded.
716+
717+
[WebSocket Log] check box::
718+
Websocket logs will be recorded.
716719

717720
[history is included] check box::
718721
This can be checked only when auto logging is off.
@@ -1379,21 +1382,21 @@ image:images/custom_CSRF_PoC.png[YaguraExtender CSRF-PoC]
13791382
[multi form] check box::
13801383
Outputs code that is useful for creating a multi-form PoC.
13811384

1382-
[HTML5] check box::
1383-
Create a PoC trap using HTML5 functions.
1384-
Check here when performing binary upload.
1385+
[XHR] check box::
1386+
Create a PoC trap using XHR functions.
13851387

1386-
[Binay] check box::
1387-
No check is required in the current version.
1388-
If you check [HTML5], binary upload is enabled by default.
1388+
[with X-Header] check box::
1389+
Set the header starting with "X-" when checking XHR.
1390+
1391+
[Legacy FileUpload] check box::
1392+
File upload using textarea. (This is an Internet Explorer-only technique.)
13891393

13901394
.Content-Type
13911395
auto:: Content-Type is automatically determined.
13921396
urlencode:: Create PoC using text field. +
13931397
multi part:: Make this selection when Content-Type is Multi part. +
1394-
plain:: Create PoC using text area. +
1395-
Select when you want to send the contents of the Body as it is. +
1396-
This may not work for items that contain binaries. In that case, please use Binay of HTML5.
1398+
plain:: Select this option if you want to send the contents of Body as is. +
1399+
This option may not work for items that contain binaries. In that case, use the default option.
13971400

13981401
==== View State tab
13991402

118 KB
Loading
1.46 KB
Loading

0 commit comments

Comments
 (0)