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

How do I create a regular expression that matches the start of a form "<form "

Mark | Last updated: Jan 17, 2023 02:55PM UTC

I want to create a rule to catch every response that includes a <form. I have tried many regular expressions and none of them worked. Things I tried: <form \<form .?form. [[:blank:]].form[[:blank:]] \x3Cform\b I have fallen back to a simple "form" which gets false hits.

Ben, PortSwigger Agent | Last updated: Jan 18, 2023 01:32PM UTC