PortSwigger / burp-extensions-montoya-api

Burp Extensions Api
Other
125 stars 3 forks source link

setSearchExpression.setSearchExpression can add two and more keyword? #82

Closed ody5sey closed 10 months ago

ody5sey commented 10 months ago

I want to search many message to mark

Hannah-PortSwigger commented 10 months ago

You could set the search expression to a regular expression. Then the user would just need to enable regex matching on their HTTP message search settings to view all highlighted items.

ody5sey commented 10 months ago

Can be directly added regex in editor?

Hannah-PortSwigger commented 10 months ago

You can set the expression string to a regular expression, then once the user enables regex matching for the message search settings, it will match with the appropriate contents in the message editor.

joanlopez commented 3 months ago

Would be possible to expose the Editor settings through the API? So, we can enable the regular expression by default (programmatically) and replicate the support for markers?

Hannah-PortSwigger commented 3 months ago

Thanks for the feedback! I've added your +1 to our ongoing feature request for this functionality.

We're currently monitoring the popularity of this feature, so we're not able to provide an ETA for when we will be able to implement this functionality.