| Interface | Description |
|---|---|
| CrossSiteScriptingScan.AdvancedSettings | |
| SQLInjectionScan.AdvancedSettings | |
| XPathInjectionSecurityScan.AdvancedSettings |
| Class | Description |
|---|---|
| AbstractSecurityScan |
Implementation that is common for all security scans.
|
| AbstractSecurityScanWithProperties |
These are for Security Scans that mutate parameters.
|
| BoundarySecurityScan | |
| CrossSiteScriptingScan |
This checks whether any parameters sent in the request are included in the
response, If they do appear, this is a good parameter to look at as a
possible attack vector for XSS
|
| FuzzerSecurityScan | |
| GroovySecurityScan | |
| InvalidTypesSecurityScan | |
| MalformedXmlSecurityScan | |
| MaliciousAttachmentSecurityScan | |
| PropertyMutation | |
| SQLInjectionScan |
This will test whether a targeted web page is vulnerable to reflected XSS
attacks
|
| XmlBombSecurityScan | |
| XPathInjectionSecurityScan |
Copyright © 2019. All Rights Reserved.