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

Bcheck enhancement

fa1ntStar | Last updated: May 05, 2024 01:30AM UTC

Hello: I had the same idea of devlop some script engine to achive burp scanner rule like bcheck and completed recently,which was based yaml.So I want to discuss with you about the bcheck ability: 1. would you consider to support the workflow of bchecks like nuclei, some times I want to run some check only when specified issues found. For example, if I want to detect CVE-2022-22947 or other springboot vul, I would detect the /actuator point first, only the point found then do next detech. But I see the correlative bchecks are independent of each other. Maybe can achive like this or other better way: given issues then if {issues.name} matches "actuator issue" then .... 2. enhance the insertion point variable sometimes we want to define custome insertion point, for exp: if I got a path /a/b/c.html, I want to scan /actuator、/a/actuator、/a/b/actuator. In my extension, I defined a RecursionPathInsertionPointProvider to generate this insertion type. Maybe can enhance in bcheck like this or other better way: given insertion point then: if {insertion.name} matches "custom insertion point type"

Michelle, PortSwigger Agent | Last updated: May 07, 2024 01:54PM UTC