Skip to content

ApiGen_acsrf

thc202 edited this page Aug 17, 2019 · 7 revisions

ZAP 2.8.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