You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addOns/help/src/main/javahelp/contents/ui/dialogs/options/ascan.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ <H3>Concurrent Scanning Threads per Host</H3>
20
20
<p>The number of threads the scanner will use per host.<br>
21
21
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>
22
22
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 <ahref="../../../cmdline.html">inline</a>, where the sessions are usually discarded.
27
+
</p>
28
+
23
29
<H3>Max Results to List</H3>
24
30
<p>The number of results that will be shown in the Active Scan tab.<br>
25
31
Displaying a large number of results can significantly increase the time a scan takes.</p>
0 commit comments