[][src]Module zap_api::context

Functions

context

List the information about the named context

context_list

This file was automatically generated. List context names of current session

exclude_all_context_technologies

Excludes all built in technologies from a context

exclude_context_technologies

Excludes technologies with the given names, separated by a comma, from a context

exclude_from_context

Add exclude regex to context

exclude_regexs

List excluded regexs for context

excluded_technology_list

Lists the names of all technologies excluded from a context

export_context

Exports the context with the given name to a file. If a relative file path is specified it will be resolved against the "contexts" directory in ZAP "home" dir.

import_context

Imports a context from a file. If a relative file path is specified it will be resolved against the "contexts" directory in ZAP "home" dir.

include_all_context_technologies

Includes all built in technologies in to a context

include_context_technologies

Includes technologies with the given names, separated by a comma, to a context

include_in_context

Add include regex to context

include_regexs

List included regexs for context

included_technology_list

Lists the names of all technologies included in a context

new_context

Creates a new context with the given name in the current session

remove_context

Removes a context in the current session

set_context_in_scope

Sets a context to in scope (contexts are in scope by default)

set_context_regexs

Set the regexs to include and exclude for a context, both supplied as JSON string arrays

technology_list

Lists the names of all built in technologies

urls

Lists the URLs accessed through/by ZAP, that belong to the context with the given name.