Details

Category: Scanners

Publisher: trickest-mhmdiaa

Created Date: 9/11/2023

Container: quay.io/trickest/zap-automation-framework:v2.15.0-patch-3

Source URL: https://github.com/zaproxy/zaproxy

Parameters

host
string
Command: -host - Overrides the host of the main proxy, specified in the configuration file
port
string
Command: -port - Overrides the port of the main proxy, specified in the configuration file
notel
boolean
Command: -notel - Turns off telemetry calls
config
string
Command: -config - Overrides the specified key=value pair in the configuration file
lowmem
boolean
Command: -lowmem - Use the database instead of memory as much as possible - this is still experimental
script
file
Command: -script - Run the specified script from commandline
silent
boolean
Command: -silent - Ensures ZAP does not make any unsolicited requests, including check for updates
autorun
file
required
Command: -autorun - Run the automation jobs specified in the file
session
file
Command: -session - Opens the given session after starting ZAP
certload
file
Command: -certload - Loads the Root CA certificate from the specified file name
nostdout
boolean
Command: -nostdout - Disables the default logging through standard output
quickurl
string
required
Command: -quickurl - The URL to attack, e.g. http://www.example.com
configfile
file
Command: -configfile - Overrides the key=value pairs with those in the specified properties file
graphqlurl
string
Command: -graphqlurl - Imports a GraphQL Schema from a URL
openapiurl
string
Command: -openapiurl - Imports an OpenAPI definition from the specified URL
graphqlfile
file
Command: -graphqlfile - Imports a GraphQL Schema from a File
openapifile
file
Command: -openapifile - Imports an OpenAPI definition from the specified file name
graphqlendurl
string
Command: -graphqlendurl - Sets the Endpoint URL
quickprogress
boolean
Command: -quickprogress - Display progress bars while scanning
experimentaldb
boolean
Command: -experimentaldb - Use the experimental generic database code, which is not surprisingly also still experimental
openapitargeturl
string
Command: -openapitargeturl - The Target URL, to override the server URL present in the OpenAPI definition. Refer to the help for supported format.