-
-
Couldn't load subscription status.
- Fork 35
Actionscan
psiinon edited this page Apr 4, 2013
·
1 revision
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..
| 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.
An example basic response:{
"targetParameter": "search",
"index": 1,
"elementType": "ZestActionScan"
}
- Zest Core for details about Zest