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

create embedded browser from docker

Prateek | Last updated: May 25, 2020 10:54PM UTC

Hi Team, I have below working crawl configuration to scan an authenticated application from BURP UI, where as if I'm trying to scan the same application using docker i'm seeing below error message in scan status from burp native API's. Also I have below option enabled under user options in both UI and docker, i'm a non-root user. User options - "enable_embedded_browser_sandbox":false BURP pro version - 2020.4.1 Crawl config - { "crawler":{ "customization":{ "allow_out_of_scope_resources":true, "allow_running_without_browser_sandbox":true, "browser_based_navigation_mode":"yes", "customize_user_agent":false, "maximum_items_from_sitemap":1000, "maximum_speculative_links":1000, "request_robots_txt":true, "request_sitemap":true, "request_speculative":true, "submit_forms":true, "timeout_for_in_progress_resource_requests":10, "user_agent":"" } } } Error message when executed scan using docker from native BURP api - "crawl_and_audit_caption": "Paused due to error: Crawl was configured to use embedded browser, but a browser could not be started", I installed chromium-chromedrive in docker and copied chromedriver-linux64 to docker. Could you please let me know the options to start embedded browser from docker.

Michelle, PortSwigger Agent | Last updated: May 26, 2020 07:43AM UTC