Skip to content

V1.2

Choose a tag to compare

@JoeBeeContrast JoeBeeContrast released this 17 Mar 14:23
· 20 commits to main since this release
0c1915a

Live Browsing.

This allows live feedback as the user explores/pentests the instrumented application. As vulnerabilities are found in assess via Burp, the vulnerabilities are added to the Issues tab in real time.

Bapp store compliance

Based on https://portswigger.net/burp/documentation/desktop/extensions/creating/bapp-store-acceptance-criteria I've made improvements.

  • Calls to the TS API no longer cause the UI to hang. This was noticable when updating applications with large amounts of routes, the UI would hang. Calls to the TS API now occur in seperate threads and no longer hang the UI thread. Also when retrieving a large amount of endpoints the route coverage table will be continously updated as those routes are retrieved.
  • Another major change under the hood is moving away from Contrast's API SDK and instead making the API Requests via Burps Network Interface, this is another of the acceptance criteria. The upshot of this is that users behind a corporate proxy, can configure that via Burps UI to access Teamserver.