ApiGen_acsrf - psiinon/zaproxy GitHub Wiki
ZAP 2.4.3 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