The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Azure Dev Ops Pipeline for Burp Suite Enterprise Edition

Dattatray | Last updated: Aug 16, 2022 11:58AM UTC

Hello, I am trying to integrate burp suite in azure DevOps pipeline. I added the generic ci/cd driver in my git and used the code (batch script) below to run the application I have hosted side on Azure VM and also added on Burp Suite. For this, i am using window batch task under CI pipeline and added below commands. java -jar "E:/Burp Suite/burp-ci-driver-2021.3-162.jar" "http://usscdev/MyItinerariesPortal/Default.aspx" --api-key=************* --site-id=3 --min-severity=high --min-confidence=certain --report-file=scan-report.html --report-type=summary I am getting error which mentioned only hosted site server name (Error :usscdev) Please assist if i am missing anything.

James, PortSwigger Agent | Last updated: Aug 17, 2022 08:37AM UTC

Dattatray | Last updated: Aug 18, 2022 12:17PM UTC

I have corrected url and added URL of Burp Enterprise server. Now i am getting below error. “UNEXPECTED ERROR: User does not have permission to view site scan configurations” Does API user need any extra permission or role to scan through Azure pipeline.

James, PortSwigger Agent | Last updated: Aug 18, 2022 03:23PM UTC

Dattatray | Last updated: Aug 20, 2022 07:23AM UTC

I have assigned required permission, but now i am getting error like "ERROR: usscappscan01" Basically usscappscan01 is our Burp Enterprise server which is a Azure VM.

James, PortSwigger Agent | Last updated: Aug 22, 2022 06:52AM UTC

Hi Dattatray,

Please can you send an email to support@portswigger.net and attach the below? We will then take a look for you.
  • Screenshot of your Burp Enterprise network settings (Settings > Network)
  • Support Pack logs ("?" help menu > Support Pack > Download)
  • Screenshot of your Azure DevOps & Generic CI/CD driver configuration

Dattatray | Last updated: Aug 22, 2022 09:35AM UTC

Hi Team, This issue resolved. Basically Burp Enterprise server installed on VM which required VPN access. After enabling VPN on Build server(Azure Private Agent) it works correctly.

James, PortSwigger Agent | Last updated: Aug 22, 2022 09:44AM UTC

Hi Dattatray,

Glad to hear it is working for you. Thanks for letting us know.

sasidharan | Last updated: Oct 19, 2022 11:36AM UTC

I want to send email the detail report but I am receiving summary report how to send Email detail report

James, PortSwigger Agent | Last updated: Oct 20, 2022 07:07AM UTC