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

support cli burp-rest-api

Hoang | Last updated: Jun 07, 2024 03:58AM UTC

I use scanner api in curl commandline. I don't set header and request body. But its no working. Can you help me please? I use api /burp/scanner/scans/active scanner. curl -X POST \ "http://127.0.0.1:8090/burp/scanner/scans/active?baseUrl=https://api.dl10.jp" \ -H 'Content-Type: application/json' \ -d '{ "request": { "method": "POST", "url": "https://api.dl10.jp/api/v1/auth/login", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "body": "{\"username\":\"petabit\",\"password\":\"password\"}" } }' https://github.com/vmware/burp-rest-api burp_pro: version 2022

Ben, PortSwigger Agent | Last updated: Jun 07, 2024 06:48AM UTC