Name:zap-automation-framework
Category:Scanners
Publisher:trickest-mhmdiaa
Created:9/11/2023
Container:quay.io/trickest/zap-automation-framework:v2.15.0-patch-3
Output Type:
License:Unknown

Parameters

host
string
-hostOverrides the host of the main proxy, specified in the configuration file
port
string
-portOverrides the port of the main proxy, specified in the configuration file
notel
boolean
-notelTurns off telemetry calls
config
string
-configOverrides the specified key=value pair in the configuration file
lowmem
boolean
-lowmemUse the database instead of memory as much as possible - this is still experimental
script
file
-scriptRun the specified script from commandline
silent
boolean
-silentEnsures ZAP does not make any unsolicited requests, including check for updates
autorun
file
required
-autorunRun the automation jobs specified in the file
session
file
-sessionOpens the given session after starting ZAP
certload
file
-certloadLoads the Root CA certificate from the specified file name
nostdout
boolean
-nostdoutDisables the default logging through standard output
quickurl
string
required
-quickurlThe URL to attack, e.g. http://www.example.com
configfile
file
-configfileOverrides the key=value pairs with those in the specified properties file
graphqlurl
string
-graphqlurlImports a GraphQL Schema from a URL
openapiurl
string
-openapiurlImports an OpenAPI definition from the specified URL
graphqlfile
file
-graphqlfileImports a GraphQL Schema from a File
openapifile
file
-openapifileImports an OpenAPI definition from the specified file name
graphqlendurl
string
-graphqlendurlSets the Endpoint URL
quickprogress
boolean
-quickprogressDisplay progress bars while scanning
experimentaldb
boolean
-experimentaldbUse the experimental generic database code, which is not surprisingly also still experimental
openapitargeturl
string
-openapitargeturlThe Target URL, to override the server URL present in the OpenAPI definition. Refer to the help for supported format.