Burp Suite User Forum

Create new post

How to automatically check for new versions of Burp Suite?

Daniel | Last updated: Jan 06, 2021 08:10AM UTC

Hello, Does portswigger has a status page where it is shown the last version number of Burp Suite, either HTML or API? My Burp Suite Professional runs on a container in a network without internet access, for security purposes. I would like to automatically detect a new version of Burp Suite, so I can create a new container with it, and move into the internal network. Thanks in advance, Daniel G.A.

Ben, PortSwigger Agent | Last updated: Jan 07, 2021 06:19PM UTC

Hi Daniel, We do not really have a status page as such that would allow for this. You could try writing (or adapting) code similar to the following: https://github.com/pajswigger/update-burp Part of the functionality here is to check the https://portswigger/Burp/Release/CheckForUpdates URL with the version of Burp that you currently have and your license key in order to determine whether an update is available. This might be something that you can use to create the functionality that you require.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.