EXTERNAL TOOLS
Now users can integrate external DAST tool results onto vsp_defense account.
vsp_defense can integrate with external tool results into its dashboard. Following tools are supported:
BURP SUITE INTEGRATION
-
Generate Burp Suite results externally and make them available in the form of sn XML file.
-
Run the following command
vsp_defense dast --api-key=<YOUR_API_KEY> \
--tool=burp \
--path="<path-to-burp-suite-xml-results-file>" \
--project-name="<app-name>" \
Parameters
Options |
Value |
Required |
Description |
--tool |
string |
Yes |
Tool name.Allowed tools:burp |
--project-name |
string |
Yes |
Name of the Project |
--path |
string |
No |
Path to results XML file |
--api-key |
string |
Yes |
API key for vsp_defense |