Individual Input Parameters

General

The input parameters that apply generally to the ZAP template are presented below.

Search

The input parameters that apply specifically to the search are presented below.

servertotal

This setting controls when/how ZAP collects results from multiple targets. These are the possible values and their meaning:

0 (or omitted)

In this configuration, ZAP invokes the sections %%server-hits, %%records begin, and all record display sections as soon as each target has returned all records. This is the fastest way to produce results to the user, but it does not allow to display a merged result or even a total hit count (for all targets).

This mode is the default

1

Here, ZAP does not invoke sections %%server-hits, %%records begin, .. etc until all targets has completed operation. In this mode, a ZAP template may display total hits before each record is displayed.

s

In this mode, ZAP, will collect all results, then invoke sections %%server-hits, %%sort-record, %%sort-format for all targets. This mode makes ZAP to sort all records retrieved from the target. When sorting is complete %%records begin and other formatting sections are invoked as usual - but in sorted order.

Scan

The input parameters that apply only to scan are presented below.

Authentication

Depending on the target you should provide either authOpen (v2/v3 targets) or one or more of the three others (v3 targets only).