Skip to content
b4dpxl edited this page Jan 7, 2020 · 4 revisions

Welcome to the Burp-ResponseGrepper wiki!

Set the Regular Expression in the tab, click "update", hit "enter", or run the request to apply it. Matching subgroups are highlighted in the match and also extracted. example, to extract the value between 2 DIV tags:

<div class='test'>(.*?)</div>

Named groups can also be used INSTEAD (don't mix named and unnamed). For example:

<div class='test'>(?P<tag>.*?)</div>

Screenshots

Results

Clone this wiki locally