Actionscan - zaproxy/zest GitHub Wiki

The Scan action causes the URL last accessed to be scanned for security vulnerabilities.
This action is not supported by the default Zest runtime - it is expected that it will be supported by security tools that include Zest..

Attributes

Name Format Description
targetParameter String The parameter to attack - note that tools may ignore this and attack all parameters
index Integer The index of the statement in the script
elementType String Always ZestActionScan

If a vulnerability is found then the script should fail.

JSON

An example basic response:
{
  "targetParameter": "search",
  "index": 1,
  "elementType": "ZestActionScan"
}

See also

⚠️ **GitHub.com Fallback** ⚠️