Skip to content
psiinon edited this page Jun 4, 2015 · 7 revisions

ZAP 2.4.0 API

Component: acsrf

Name Type Parameters Description
optionTokensNames view Lists the names of all anti CSRF tokens
addOptionToken action String* Adds an anti CSRF token with the given name, enabled by default
removeOptionToken action String* Removes the anti CSRF token with the given name
genForm other hrefId* Generate a form for testing lack of anti CSRF tokens - typically invoked via ZAP

Starred parameters are mandatory

Back to index

Clone this wiki locally