<< PREVIOUS NEXT >>

 

 

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: 

  1. Burp Suite 

BURP SUITE INTEGRATION

 

  1. Generate Burp Suite results externally and make them available in the form of sn XML file.

  2. 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