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

Burp Pro API Scan Error

Sandline | Last updated: Jun 26, 2020 02:22PM UTC

Dear Support, We are facing a problem, not sure if it's an issue or we are doing something wrong. The scenario is the following: 1. We start Burp and REST API Service 2.POST a scan to url "https://example.com" 3.We GET the issues from the JSON All if fine till here, but if we rescan the same url again (without restarting Burp) the GET /scan/scan_id JSON returns and empty array. Please see below: Status 200 OK Headers cache-control: no-cache, no-store, must-revalidate content-encoding: gzip content-length: 229 content-security-policy: default-src 'self'; script-src 'self'; img-src 'self'; style-src 'self'; frame-src 'self'; connect-src 'self' ws://localhost:3333; font-src 'self'; media-src 'self'; object-src 'none'; child-src 'self' blob: content-type: application/json; charset=utf-8 expires: 0 keep-alive: timeout=15 pragma: no-cache x-burp-version: 2020.5.1-2921 x-content-type-options: nosniff x-frame-options: DENY x-xss-protection: 1; mode=block Body { "task_id": "10", "scan_status": "succeeded", "scan_metrics": { "crawl_requests_made": 89, "crawl_network_errors": 0, "crawl_unique_locations_visited": 17, "crawl_requests_queued": 0, "audit_queue_items_completed": 3, "audit_queue_items_waiting": 0, "audit_requests_made": 687, "audit_network_errors": 0, "issue_events": 0, "crawl_and_audit_caption": "Audit finished.", "crawl_and_audit_progress": 100 }, "message": "", "issue_events": [] } If we scan another url, the issue_events, is returned the first time also only.. Please advice. Kind regards, Radu

Uthman, PortSwigger Agent | Last updated: Jun 29, 2020 07:58AM UTC