Skip to content

Commit 609f63b

Browse files
authored
Merge pull request #608 from thc202/ascan-temp-persistence
2 parents f749408 + 9507399 commit 609f63b

File tree

1 file changed

+6
-0
lines changed
  • addOns/help/src/main/javahelp/contents/ui/dialogs/options

1 file changed

+6
-0
lines changed

addOns/help/src/main/javahelp/contents/ui/dialogs/options/ascan.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ <H3>Concurrent Scanning Threads per Host</H3>
2020
<p>The number of threads the scanner will use per host.<br>
2121
Increasing the number of threads will speed up the scan but may put extra strain on the computer ZAP is running on and the target host.</p>
2222

23+
<H3>Persist Temporary HTTP Messages</H3>
24+
<p>If this option is selected the active scanner will persist all HTTP messages sent while active scanning, which allows to further inspect them (e.g. custom passive scanners, manually).
25+
They are temporary and removed once the session is closed, for cases where the HTTP messages are not necessary it is advised to disable this option for performance reasons (I/O, disk space).<br>
26+
The option is disabled by default when running ZAP <a href="../../../cmdline.html">inline</a>, where the sessions are usually discarded.
27+
</p>
28+
2329
<H3>Max Results to List</H3>
2430
<p>The number of results that will be shown in the Active Scan tab.<br>
2531
Displaying a large number of results can significantly increase the time a scan takes.</p>

0 commit comments

Comments
 (0)