Burp Suite User Forum

Create new post

How do I get all the requests from site map and start a scan in headless mode

Naveen | Last updated: Jan 30, 2020 01:07PM UTC

Hi, My requirements are as follows. I already have functional automation suits in Selenium, 1) I want to start Burp through command line. 2) open project/.burp file where the macro is already set for the particular application 3) While its listening through its port I will run the Application automation suite. 4) I want Burp to be listening and collecting the requests that go through, add all the requests in scope and start the scan through command line or headless mode.

Hannah, PortSwigger Agent | Last updated: Jan 30, 2020 02:11PM UTC

You can launch Burp form the command line, passing in the project file and any other required configurations as command-line arguments: - https://support.portswigger.net/customer/portal/articles/1783038-launching-burp-suite-from-the-command-line - https://support.portswigger.net/customer/portal/articles/2928360-using-burp-s-command-line-arguments You can trigger a scan using the Burp REST API. This can be found under "User options > Misc > REST API". - https://portswigger.net/blog/burps-new-rest-api

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