Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 585 Bytes

ApiGen_acsrf.md

File metadata and controls

13 lines (10 loc) · 585 Bytes

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